I\'m following the fig guide to using docker with a python application, but when docker gets up to the command
RUN pip install -r requirements.txt
ok, restarting my docker-machine is solving the problem. thanks – ismailsunni
This was the solution for me:
docker-machine restart