Created
February 15, 2017 19:57
-
-
Save szukalski/a7698d2d5da0b23f8a6234b9fb04a191 to your computer and use it in GitHub Desktop.
docker-build
This file contains hidden or 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
docker build -t image_name . | |
docker tag image_id szukalski/image_name:latest | |
docker login | |
docker push szukalski/image_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment