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

Copying file to container is failing. #11

Closed
dsaikiran opened this issue Jan 27, 2017 · 1 comment
Closed

Copying file to container is failing. #11

dsaikiran opened this issue Jan 27, 2017 · 1 comment

Comments

@dsaikiran
Copy link

I ran this command,

tar c file.txt | ./gaol_linux stream-in e4a7f82f-0a80-4477-503e-a41fd5357051 --destination /etc/file.txt

Got this error
error: stream-in: nstar: error streaming in: exit status 1. Output: execveat: Function not implemented

In container it is creating a directory with name file.txt instead of text file.

@dsaikiran
Copy link
Author

Solution
kernel version should be 3.19+ my kernel version is: 4.4.0-21-generic
Command to copy a file into garden conatiner
tar c file.txt | ./gaol_linux stream-in <<>container-ID> --destination /etc/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant