Skip to content
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

Copy requests TARGETing the default root ('/') directory fail. "no such directory" #1

Closed
WhisperingChaos opened this issue Mar 2, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@WhisperingChaos
Copy link
Owner

Situations relying on the stated "default root directory" expectation fail when they should succeed.
For example, the following command should copy the 'hostname' file to the targeted container's root ('/') directory:

dkrcp    /etc/hostname       container_UUID:

However, it fails with the message: "no such directory".

Since dkrcp ultimately relies on docker cp this defect will be addressed once docker cp has resolved Docker issue#20926

Until resolved, specify '/' to circumvent this problem:

dkrcp    /etc/hostname       container_UUID:/
@WhisperingChaos
Copy link
Owner Author

Encoded workaround within dkrcp to address this issue.

@WhisperingChaos WhisperingChaos added this to the 0.5 milestone Mar 8, 2016
@WhisperingChaos WhisperingChaos self-assigned this Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant