docker-compose build --no-cache # build list images in file docker-compose.yml
docker images # check list built images
docker login # login dockerhub, enter username and password to login
docker tag `image_id` `image_name_on_dockerhub`:`tag` # add tag for image, Ex: docker tag 35f914b19756 quocdaijr/php-fpm:8.1
docker push `image_name_on_dockerhub`:`tag` # push image, Ex: docker push quocdaijr/php-fpm:8.0
-
Notifications
You must be signed in to change notification settings - Fork 0
License
quocdaijr/docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published