You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker commit [<opts>] <container> [<repository> [<:tag>]]
Create a new image from a container’s changes
-a, --author Author (e.g., “John Hannibal Smith hannibal@a-team.com”)
-c, --change Apply Dockerfile instruction to the created image
-m, --message Commit message
-p, --pause Pause container during commit
The text was updated successfully, but these errors were encountered:
The commit command is useful to interactively create an image.
See official doc: https://docs.docker.com/engine/reference/commandline/commit/
Some thing like:
The text was updated successfully, but these errors were encountered: