Add --execute flag to podman machine ssh

--execute, -e allows to execute a command through ssh

Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
Ashley Cui
2021-03-22 13:23:22 -04:00
committed by baude
parent b5f54a9b23
commit e766113737
4 changed files with 41 additions and 11 deletions

View File

@ -4,7 +4,7 @@
podman\-machine\-ssh - SSH into a virtual machine
## SYNOPSIS
**podman machine ssh** *name*
**podman machine ssh** [*options*] *name* [*command* [*arg* ...]]
## DESCRIPTION