Created
June 23, 2019 22:11
-
-
Save yk2kus/3314ea4807861f0b54a7eb73eb9bc6d1 to your computer and use it in GitHub Desktop.
How to push docker image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create a repo on https://hub.docker.com | |
Build an image with docker build . -t username/repo_name:tagName | |
eg: docker build . -t yk2kus/odoo:odoo120 | |
Push the image | |
docker push yk2kus/odoo:odoo120 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment