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
For me simply restarting docker daemon helped.
service docker restart