You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amritpurshotam edited this page Mar 29, 2021
·
1 revision
Common errors you may get when running the docker-compose build or docker-compose up commands.
Error
Resolution
Error about "apt-get update -qq" failing
Run curl -sSL https://get.docker.com/ | sh and then rerun the docker-compose build command.
driver failed programming external connectivity on endpoint
This is a common issue on Windows 10, try stopping all docker containers with docker stop $(docker ps -a -q) then restart docker on your machine and try again. See here for more information
Windows Docker-Compose Error /usr/bin/env: ‘python\r’: No such file or directory
Open run.py in vi or vim (access through git bash) - vi run.py, type :set ff=unix and save and edit :wq.