contraband / gaol

garden cli
MIT License
23 stars 15 forks source link

Copying file to container is failing. #11

Closed dsaikiran closed 7 years ago

dsaikiran commented 7 years ago

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 commented 7 years ago

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/