Nukes all current Docker processes docker system prune -a
Restart Docker after System prune to clean things out completely.
Build before your up. docker-compose build docker-compose up
To shell into a container docker exec -it {container_name} sh
To run a command in a container docker exec {container_name} {command}
talentcloud-op