How to copy files into a podman machine #17149
Replies: 5 comments 3 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.
-
Note that |
Beta Was this translation helpful? Give feedback.
-
We can also put permission to write to desired folder |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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