2020-04-24から1日間の記事一覧

Dockerコマンド実行エラー

Dockerのコマンドを実行したところ以下のエラーが発生した。 docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'. エラー原因は何か? A.Dockerが起動していないだけ 暫…