Skip to content

Instantly share code, notes, and snippets.

@yk2kus
Created June 23, 2019 22:11
Show Gist options
  • Save yk2kus/3314ea4807861f0b54a7eb73eb9bc6d1 to your computer and use it in GitHub Desktop.
Save yk2kus/3314ea4807861f0b54a7eb73eb9bc6d1 to your computer and use it in GitHub Desktop.
How to push docker image
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