1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

M1MacでDockerが起動しない問題の対処方法

Posted at

Macのターミナル上でDockerコマンドが起動しない

背景

GitからサンプルコードをCloneしてきて、dockerを起動しようとしたところ以下のエラーメッセージが

buildコマンド

docker image build -t hoge:latest .

エラーメッセージ

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

解決

デスクトップからDocker Desktop(以下の画像のアプリケーション)を起動することで解決した。
ダブルクリックして起動が確認した時点で、他の操作は不要だった。

スクリーンショット 2022-07-05 15.59.02.png

buildの成功例

docker image build -t instabot:latest .
[+] Building 118.6s (11/11) FINISHED                 

Dockerのインストール

Docker Desktopのインストール自体はこちらから。
https://www.docker.com/products/docker-desktop/

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?