mirror of
https://github.com/docker/cli.git
synced 2026-08-30 10:05:11 -05:00
Upstream-commit: cf8b8c1969daa423a1308561f3c1b2b863c64655 Component: engine
12 lines
329 B
ReStructuredText
12 lines
329 B
ReStructuredText
===========================================================
|
|
``commit`` -- Create a new image from a container's changes
|
|
===========================================================
|
|
|
|
::
|
|
|
|
Usage: docker commit [OPTIONS] CONTAINER [REPOSITORY [TAG]]
|
|
|
|
Create a new image from a container's changes
|
|
|
|
-m="": Commit message
|