0
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?

【M1Mac / DockerDesktop / act】Error: failed to start container: Error response from daemon: error while creating mount source path

Last updated at Posted at 2024-10-22

エラー

github actionsをローカルで実行できるactを実行したところ、以下のエラーがでました。
環境はM1 Mac x Docker Desktopです。

Error: failed to start container: Error response from daemon: error while creating mount source path '/host_mnt/Users/username/.docker/run/docker.sock': mkdir /host_mnt/Users/username/.docker/run/docker.sock: operation not supported 

解決方法

actのgithubのissue2239に書いてあった方法で解決しました。

  • ~/.actrcに以下を追記する(.actrcがなければ作成する)
--container-daemon-socket -

その他試したこと

0
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
0
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?