-
Notifications
You must be signed in to change notification settings - Fork 7
Troubleshooting
Brian Pan edited this page Feb 18, 2017
·
1 revision
Here is a list of problems people have encountered when using our dev setup. If the problem you're having isn't listed here, please do us a favor and submit an issue complaining about it.
-
docker-compose up
stalls when running the first time.- Exit the process with
ctrl + c
and re-rundocker-compose up
.
- Exit the process with
-
When I run
docker-compose up
, I get anERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
.- If you are on Linux (specifically Ubuntu), this may be caused by openVPN. There is a nice thread that explains how to fix it.