diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-01-11 16:42:54 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-01-11 16:42:56 -0500 |
commit | 6e208c2226f856ed67d6ab807f3baf5bf9611135 (patch) | |
tree | 8d74da71869337114cc2fa915412809d904952a4 /docs/source/markdown/podman-machine-list.1.md | |
parent | 3404ad042def1c02872f66836feae19c814901a4 (diff) | |
download | podman-6e208c2226f856ed67d6ab807f3baf5bf9611135.tar.gz podman-6e208c2226f856ed67d6ab807f3baf5bf9611135.tar.bz2 podman-6e208c2226f856ed67d6ab807f3baf5bf9611135.zip |
add additional fields to podman machine ls --json
[NO NEW TESTS NEEDED]
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-machine-list.1.md')
-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** |