Docker 503 Error

Okay, i solved it: I killed all containers ( docker kill $(docker ps -q) ), then I had to add the user to the docker group:  sudo usermod -aG docker user

And then  sudo service docker start && docker-compose up -d

After this i re-run all docker commands like  ./psh.phar docker:start … 

Now it’s working.

1 „Gefällt mir“