docker container commit
Create a new image from a container's changes
Usage
docker container commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]]
Description
See docker commit for more information.
Options
| Option | Short | Default | Description |
|---|---|---|---|
--author | -a | Author (e.g., John Hannibal Smith <hannibal@a-team.com>) | |
--change | -c | Apply Dockerfile instruction to the created image | |
--message | -m | Commit message | |
--pause | -p | true | Pause container during commit |