mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-22 23:57:51 +00:00
Add a new `podman machine cp` subcommand to allow users to copy files or directories between a running Podman Machine and their host. Tests cover the following cases: - Copy a file from the host machine to the VM - Copy a directory from the host machine to the VM - Copy a file from the VM to the host machine - Copy a directory from the VM to the host machine - Copy a file to a directory - Copy a directory to a file Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me> |
||
|---|---|---|
| .. | ||
| os | ||
| client9p.go | ||
| cp.go | ||
| info.go | ||
| init.go | ||
| inspect.go | ||
| list.go | ||
| machine.go | ||
| machine_unix.go | ||
| machine_unsupported.go | ||
| machine_windows.go | ||
| os.go | ||
| reset.go | ||
| rm.go | ||
| server9p.go | ||
| set.go | ||
| ssh.go | ||
| start.go | ||
| stop.go | ||