Last active
January 5, 2018 06:51
-
-
Save seafooler/1fe5d6f4ea69b119af49cd50c84b58df to your computer and use it in GitHub Desktop.
Docker commit command
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
Refer to "https://yeasy.gitbooks.io/docker_practice/content/image/commit.html" | |
``` | |
docker commit \ | |
--author "Tao Wang <[email protected]>" \ | |
--message "修改了默认网页" \ | |
webserver \ | |
nginx:v2 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment