Skip to content

Instantly share code, notes, and snippets.

@seafooler
Last active January 5, 2018 06:51
Show Gist options
  • Save seafooler/1fe5d6f4ea69b119af49cd50c84b58df to your computer and use it in GitHub Desktop.
Save seafooler/1fe5d6f4ea69b119af49cd50c84b58df to your computer and use it in GitHub Desktop.
Docker commit command
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