Created
March 13, 2015 17:44
-
-
Save yupadhyay/1482e45c27074ae43cda to your computer and use it in GitHub Desktop.
Command to create docker Image
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
#Make sure that you run this command from same directory where docker file is | |
#Also makes sure that all files are at same location | |
docker build --tag="localhost:5000/wemblog/microsites_aem:5.6" . | |
#Make sure that image exist before push | |
docker images | |
#Push image to registry | |
docker push localhost:5000/wemblog/microsites_aem:5.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment