container commit

Create a new image from a container's changes

Aliases

docker container commit, docker commit

Options

NameTypeDefaultDescription
-a, --authorstringAuthor (e.g., John Hannibal Smith <hannibal@a-team.com>)
-c, --changelistApply Dockerfile instruction to the created image
-m, --messagestringCommit message
-p, --pausePause container during commit

Description

See docker commit for more information.