Created
March 10, 2017 06:09
-
-
Save gokman/72d0f3f08f530d4cf1ffd1d5d85be57d to your computer and use it in GitHub Desktop.
docker create image from container and push
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
| //create image from container | |
| docker commit -a {authorname} {containername} {repositoryname:tag} | |
| //push image | |
| docker push {repositoryname:tag} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment