mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
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
|