-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Asaf Paris-Mandoki edited this page Jun 8, 2017
·
3 revisions
Welcome to the colab-server wiki!
sudo apt install docker
sudo apt install docker-compose
sudo usermod -aG docker $USER
pacman -S docker docker-compose
usermod -aG docker $USER
systemctl enable docker
systemctl start docker
docker ps -a #list all biult containrers
docker exec -it CONTAINER_NAME bash #run a terminal inside the container (useful to find out the file structure)
For deeper logs add --log-level debug
as an argument for gunicorn