Alternative to docker cp. #786
Answered
by
AkihiroSuda
rodrigorootrj2
asked this question in
Q&A
-
|
Hi all, i have had use docker cp for send and get files in run container . What is alternative for that? |
Beta Was this translation helpful? Give feedback.
Answered by
AkihiroSuda
Apr 22, 2022
Replies: 2 comments 2 replies
-
|
The container file system is visible as /proc/PID/root from the host, and you can just use |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AkihiroSuda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nerdctl cpis now available in nerdctl v0.19: #995