builds the containers:
docker-compose build
remove the containers:
docker-compose rm
'recreate' the containers:
docker-compose up
start the containers:
docker-compose start
Runs the shell inside the container (in this case the container name is project_python_1):
docker exec -it project_python_1 /bin/bash