diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-01-12 05:39:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 05:39:27 -0500 |
commit | 8365d49a05eccbaad4a796470c2cf62083249997 (patch) | |
tree | 488fde1071d4ccdfa0bbb15a86359a293556ae8e /docs | |
parent | 6945b37850d77944fc79a784af9e362cb0184234 (diff) | |
parent | 6e208c2226f856ed67d6ab807f3baf5bf9611135 (diff) | |
download | podman-8365d49a05eccbaad4a796470c2cf62083249997.tar.gz podman-8365d49a05eccbaad4a796470c2cf62083249997.tar.bz2 podman-8365d49a05eccbaad4a796470c2cf62083249997.zip |
Merge pull request #12819 from rhatdan/machine
add additional fields to podman machine ls --json
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-machine-list.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-machine-list.1.md b/docs/source/markdown/podman-machine-list.1.md index b2596ac59..d68b8b1ca 100644 --- a/docs/source/markdown/podman-machine-list.1.md +++ b/docs/source/markdown/podman-machine-list.1.md @@ -37,6 +37,9 @@ Valid placeholders for the Go template are listed below: | .Running | Is machine running | | .Stream | Stream name | | .VMType | VM type | +| .Port | SSH Port to use to connect to VM| +| .RemoteUsername | VM Username for rootless Podman | +| .IdentityPath | Path to ssh identify file | #### **--help** |