diff options
author | baude <bbaude@redhat.com> | 2018-11-21 16:00:50 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-12-04 08:03:49 -0600 |
commit | c8436b4912656766df79c37aed3479afe72ca111 (patch) | |
tree | 290ddb53830a866a9893e0a80faff9ea766240d1 /commands.md | |
parent | 5f6ad82524ca7a3281c8464c84b4f9be4ff90aef (diff) | |
download | podman-c8436b4912656766df79c37aed3479afe72ca111.tar.gz podman-c8436b4912656766df79c37aed3479afe72ca111.tar.bz2 podman-c8436b4912656766df79c37aed3479afe72ca111.zip |
generate kube
add the ability to generate kubernetes pod and service yaml representations
of libpod containers and pods.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'commands.md')
-rw-r--r-- | commands.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.md b/commands.md index c84938e64..f1212a3e5 100644 --- a/commands.md +++ b/commands.md @@ -16,6 +16,7 @@ | [podman-diff(1)](/docs/podman-diff.1.md) | Inspect changes on a container or image's filesystem |[![...](/docs/play.png)](https://asciinema.org/a/FXfWB9CKYFwYM4EfqW3NSZy1G)| | [podman-exec(1)](/docs/podman-exec.1.md) | Execute a command in a running container | [podman-export(1)](/docs/podman-export.1.md) | Export container's filesystem contents as a tar archive |[![...](/docs/play.png)](https://asciinema.org/a/913lBIRAg5hK8asyIhhkQVLtV)| +| [podman-generate(1)](/docs/podman-generate.1.md) | Generate structured output based on Podman containers and pods | | | [podman-history(1)](/docs/podman-history.1.md) | Shows the history of an image |[![...](/docs/play.png)](https://asciinema.org/a/bCvUQJ6DkxInMELZdc5DinNSx)| | [podman-image(1)](/docs/podman-image.1.md) | Manage Images|| | [podman-images(1)](/docs/podman-images.1.md) | List images in local storage |[![...](/docs/play.png)](https://asciinema.org/a/133649)| |