Closed dsaikiran closed 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
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.
file.txt
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/
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.