diff options
author | Ashley Cui <acui@redhat.com> | 2021-10-27 10:38:42 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-11-12 11:08:25 -0500 |
commit | 2a0aad6beb9b0ff5bb9d09b306426a17d061a21c (patch) | |
tree | 147f745b18a51c258dca1b1132f099ddb4634a30 /docs/source/markdown/podman-machine-ssh.1.md | |
parent | 0ded340e6bbc7952678d93029726ec83992e5010 (diff) | |
download | podman-2a0aad6beb9b0ff5bb9d09b306426a17d061a21c.tar.gz podman-2a0aad6beb9b0ff5bb9d09b306426a17d061a21c.tar.bz2 podman-2a0aad6beb9b0ff5bb9d09b306426a17d061a21c.zip |
Add information on how podman machine is updated
Update documentation on how the default podman machine distribution,
FCOS, is updated.
Signed-off-by: Ashley Cui <acui@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-machine-ssh.1.md')
-rw-r--r-- | docs/source/markdown/podman-machine-ssh.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-machine-ssh.1.md b/docs/source/markdown/podman-machine-ssh.1.md index a5cf69107..24ae58607 100644 --- a/docs/source/markdown/podman-machine-ssh.1.md +++ b/docs/source/markdown/podman-machine-ssh.1.md @@ -9,7 +9,7 @@ podman\-machine\-ssh - SSH into a virtual machine ## DESCRIPTION SSH into a Podman-managed virtual machine and optionally execute a command -on the virtual machine. Unless using the default virtual machine, the +on the virtual machine. Unless using the default virtual machine, the first argument must be the virtual machine name. The optional command to execute can then follow. If no command is provided, an interactive session with the virtual machine is established. |