kokoichi206 / routines

0 stars 0 forks source link

Redmine #15

Open kokoichi206 opened 1 year ago

kokoichi206 commented 1 year ago

docker が正常に動いてない。。。?

$ docker ps
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json: dial unix /var/run/docker.sock: connect: permission denied

以下で解決。

sudo chmod 666 /var/run/docker.sock
docker ps

なんで突然動かなくなったんだろう。。。?