1
0
mirror of https://github.com/docker/cli.git synced 2025-07-29 06:01:13 +03:00

docs: regenerate stubs for non-canonical commands

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-01-15 13:49:53 +01:00
parent a6774de682
commit b35361e8d2
35 changed files with 888 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# docker commit
<!---MARKER_GEN_START-->
Create a new image from a container's changes
### Aliases
`docker container commit`, `docker commit`
### Options
| Name | Type | Default | Description |
|:------------------|:---------|:--------|:-----------------------------------------------------------|
| `-a`, `--author` | `string` | | Author (e.g., `John Hannibal Smith <hannibal@a-team.com>`) |
| `-c`, `--change` | `list` | | Apply Dockerfile instruction to the created image |
| `-m`, `--message` | `string` | | Commit message |
| `-p`, `--pause` | | | Pause container during commit |
<!---MARKER_GEN_END-->