-
Notifications
You must be signed in to change notification settings - Fork 58
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
docker-compose fails with "Running modprobe bridge nf_nat failed with message: , error: exit status 1" #22
Comments
I have same error as well running on Ubuntu 14.04.2 LTS
|
I have hit the same issue, docker info
docker version
Host version
|
I am getting the same issue on Ubuntu 14.04:
|
I have the same issue with Ubuntu 15.10. At first for starting docker daemon inside docker container we need to run it with privileged mode. If that was not done, your docker daemon will be failure with next error:
|
Thanks. Please make a pull request. |
Looks like docker does not support to RUN container in privileged mode. |
Same issue, using boot2docker with windows. latest pull doesn't fix. Step 11 : RUN docker daemon -b none -s vfs & sleep 1; docker pull cirros---> Running in 74e9140c579f |
Is it solved? I got the same issue here: |
Sorry - this error still occurs out of the box.
Is not very helpful at that point. Are you planing to investigate this at any time? |
I had an issue running docker-compose up on a CentOS 7 box. What should I do to overcome this?
Thanks!
The text was updated successfully, but these errors were encountered: