diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-09 09:27:22 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-10 19:35:23 -0400 |
commit | 8f346c30c3e3b79830ffe2310074867a1fd88846 (patch) | |
tree | 2949fcdbdea56e682a562524baf95731f13583ee /docs/source/Commands.rst | |
parent | 75d2fe63db370d2143bc23519b1026410d6d81f4 (diff) | |
download | podman-8f346c30c3e3b79830ffe2310074867a1fd88846.tar.gz podman-8f346c30c3e3b79830ffe2310074867a1fd88846.tar.bz2 podman-8f346c30c3e3b79830ffe2310074867a1fd88846.zip |
Add missing pages for docs.podman.io
Lots of references to man pages missing from docs.podman.io
Also fix sort order in man pages and other documents.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/Commands.rst')
-rw-r--r-- | docs/source/Commands.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/source/Commands.rst b/docs/source/Commands.rst index aba29bd82..a3ff24e89 100644 --- a/docs/source/Commands.rst +++ b/docs/source/Commands.rst @@ -6,11 +6,13 @@ Commands :doc:`attach <markdown/podman-attach.1>` Attach to a running container +:doc:`auto-update <markdown/podman-auto-update.1>` Auto update containers according to their auto-update policy + :doc:`build <markdown/podman-build.1>` Build an image using instructions from Containerfiles :doc:`commit <markdown/podman-commit.1>` Create new image based on the changed container -:doc:`containers <managecontainers>` Manage Containers +:doc:`container <managecontainers>` Manage Containers :doc:`cp <markdown/podman-cp.1>` Copy files/folders between a container and the local filesystem @@ -52,6 +54,8 @@ Commands :doc:`logs <markdown/podman-logs.1>` Fetch the logs of a container +:doc:`manifest <manifest>` Create and manipulate manifest lists and image indexes + :doc:`mount <markdown/podman-mount.1>` Mount a working container's root filesystem :doc:`network <network>` Manage Networks @@ -100,6 +104,8 @@ Commands :doc:`unshare <markdown/podman-unshare.1>` Run a command in a modified user namespace +:doc:`untag <markdown/podman-untag.1>` Removes one or more names from a locally-stored image + :doc:`version <markdown/podman-version.1>` Display the Podman Version Information :doc:`volume <volume>` Manage volumes |