-
Notifications
You must be signed in to change notification settings - Fork 815
Error with the docker image #96
Comments
I suspect that your kernel is possibly missing user namespace support. Try running with the SECCOMP profile or |
Same problem with me. I built image from master (a335926a). My docker info:
Same error with both 2 commands: Container logs:
|
What platform are you running on? |
Looks like Cent 7 based on the log. I'll spin up Cent and see what's up (as I can't duplicate this on Debian or Ubuntu at the moment). |
CentOS 7 by default doesn't have user namespaces enabled. As such, you have to enable them to get the container to properly fire up by setting the You can verify if the kernel you're using has the needed support by using the kernel compatibility script noted in the docker documentation |
@justinribeiro it worked! Thank you! |
I can't play with it :
The text was updated successfully, but these errors were encountered: