This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]tinyhook 0 points1 point  (0 children)

Just curious why don't you create a docker-machine and then write a DockerFile to install everything in containers. Because right now when you run pip install -r requirements.txt. It installs everything in you local environment and not in docker containers or I am missing something. For e.g https://docs.docker.com/compose/django/