diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2017-11-01 15:30:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 15:30:35 -0400 |
commit | d7782cc31e809d8e1551f47a0ddb0ff8073005fc (patch) | |
tree | 625fdeaf51ffced387b4ba2e48d93288f3f1b9b2 /docs/kpod.1.md | |
parent | f5019df3f5da9030ce21e5c8ad3d3921a6585e7f (diff) | |
parent | 8cf07b2ad1ed8c6646c48a74e9ecbb2bfeecb322 (diff) | |
download | podman-d7782cc31e809d8e1551f47a0ddb0ff8073005fc.tar.gz podman-d7782cc31e809d8e1551f47a0ddb0ff8073005fc.tar.bz2 podman-d7782cc31e809d8e1551f47a0ddb0ff8073005fc.zip |
Merge pull request #2 from baude/create
libpod create and run
Diffstat (limited to 'docs/kpod.1.md')
-rw-r--r-- | docs/kpod.1.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/kpod.1.md b/docs/kpod.1.md index 27de1ca55..408ad3877 100644 --- a/docs/kpod.1.md +++ b/docs/kpod.1.md @@ -49,6 +49,9 @@ has the capability to debug pods/images created by crio. ## COMMANDS +### create +create a new container + ### diff Inspect changes on a container or image's filesystem @@ -106,6 +109,9 @@ Remove one or more containers ### rmi Removes one or more locally stored images +### run +Run a command in a new container + ### save Save an image to docker-archive or oci |