diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-12-20 05:35:51 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-20 18:40:38 +0000 |
commit | 6065f18da6fa847ee67ff1e86e0a04ccb90dc587 (patch) | |
tree | 6b04ac560f4cc89e62ed77b21dfc27ac18326a47 /docs/podman.1.md | |
parent | 1f49f555af0709ea7c12becdb750ba60a00eaf1d (diff) | |
download | podman-6065f18da6fa847ee67ff1e86e0a04ccb90dc587.tar.gz podman-6065f18da6fa847ee67ff1e86e0a04ccb90dc587.tar.bz2 podman-6065f18da6fa847ee67ff1e86e0a04ccb90dc587.zip |
Cleanup Documentation and bash completions
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #159
Approved by: TomSweeneyRedHat
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 |