diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-30 22:36:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 22:36:25 +0200 |
commit | a373e2fdf38456b8ac584809e73cdb9f9521a796 (patch) | |
tree | da598460aa5b6a28d43e78d376729df843ec4e1a /docs/source/machine.rst | |
parent | bd07179e9c608ff1075f052843aeb9b1c8b7c7e3 (diff) | |
parent | ef4e91a59eed957e56bf1536bc03df94cd096576 (diff) | |
download | podman-a373e2fdf38456b8ac584809e73cdb9f9521a796.tar.gz podman-a373e2fdf38456b8ac584809e73cdb9f9521a796.tar.bz2 podman-a373e2fdf38456b8ac584809e73cdb9f9521a796.zip |
Merge pull request #9885 from ashley-cui/machinels
Add podman machine ls
Diffstat (limited to 'docs/source/machine.rst')
-rw-r--r-- | docs/source/machine.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/machine.rst b/docs/source/machine.rst index be9ef1e95..16c042173 100644 --- a/docs/source/machine.rst +++ b/docs/source/machine.rst @@ -3,6 +3,7 @@ Machine :doc:`init <markdown/podman-machine-init.1>` Initialize a new virtual machine +:doc:`list <markdown/podman-machine-list.1>` List virtual machines :doc:`rm <markdown/podman-machine-rm.1>` Remove a virtual machine :doc:`ssh <markdown/podman-machine-ssh.1>` SSH into a virtual machine :doc:`start <markdown/podman-machine-start.1>` Start a virtual machine |