Add additional error message to FAQ

This commit is contained in:
Ian Lewis
2020-01-29 10:18:18 -08:00
committed by Fabricio Voznika
parent 639b25ed4b
commit f4a0d6af97
+1 -1
View File
@@ -69,7 +69,7 @@ Note that `kubectl cp` works because it does the copy by exec'ing inside the
sandbox, and thus gVisor's internal cache is made aware of the new files and
directories.
### I'm getting an error like: `panic: unable to attach: operation not permitted`
### I'm getting an error like: `panic: unable to attach: operation not permitted` or `fork/exec /proc/self/exe: invalid argument: unknown`
Make sure that permissions and the owner is correct on the `runsc` binary.