diff options
Diffstat (limited to 'docs/podman.1.md')
-rw-r--r-- | docs/podman.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index be35c506d..ad9138a1d 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -55,6 +55,9 @@ has the capability to debug pods/images created by crio. ### attach Attach to a running container +### commit +Create new image based on the changed container + ### create create a new container @@ -109,9 +112,6 @@ Pull an image from a registry ### push Push an image from local storage to elsewhere -### rename -Rename a container - ### rm Remove one or more containers |