-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trouble using podman cp on windows #15508
Comments
@baude PTAL, I think you were working on this? @dancohen21 Please give us the output of |
output of podman info from windows host host:
|
this was fixed recently in #15455 and will be available in the next release. |
@rhatdan @baude this command works. It runs from the context of the podman-machine-default. this command is not working. running from the remote podman tools in windows proper context this command is not working either: nor Is there a syntax I'm missing? |
I'm using podman in windows with WSL as the podman machine.
the 'podman cp :/path' is not working.
podman cp d:\test.txt :/root/
results in Error: "\test.txt" could not be found on container d: No such file or directory
How can I specify a local file on windows to copy to a container
The text was updated successfully, but these errors were encountered: