docker 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 <[email protected]>)
-c, --changelistApply Dockerfile instruction to the created image
-m, --messagestringCommit message
--no-pauseboolDisable pausing container during commit