How to copy files into a podman machine #17149
Replies: 3 comments 2 replies
-
You can get the ssh address from the |
Beta Was this translation helpful? Give feedback.
-
The following works:
|
Beta Was this translation helpful? Give feedback.
-
For the sake of completeness and to save others some time, here would be the adequate scp solution: scp -P <port> -R -i <identity_file> <source_folder> [email protected]:<target_folder> Replace |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I installed podman today and I'm able to ssh into the podman machine
podman machine ssh
.Is there any way to copy files into this machine from the host?
The podman cp is for container-to-host copying, but I didn't find anything for the machine-to-host copying.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions