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 3 years have passed since last update.

Dockerインストール時に起こったエラー(one of the sub-processes failed)の解決策

Posted at

はじめに

やりたいことがあり、今更ながらDockerをインストールしようとしたのですが、
躓いた点があったので共有しておきます。

エラーメッセージ

今回受けたエラーメッセージは以下の通りです。

one of the sub-processes failed: com.docker.driver.amd64-linux -addr fd:3 -debug (pid: 989)

状況としては、
DockerのホームページよりインストーラをDLしてインストール→open /Applications/Docker.app で立ち上げたところ、上記メッセージを確認しました。

対応策

こういった場合は基本的にDockerの初期化をするようなのですが、それでは解決せず。
どうやら使っているOSが古い(macOS High Sierra v10.13.6)のが原因だったようです。
対応として、こちらのページから古いバージョンのDockerをインストールすれば解決しました。

とりあえず現在はv2.4.0.0で動作させています。
(ただし毎回起動時に以下の警告は受けます。)

OS X 10.13 is not supported 
There is an update but you are on OS X 10.13 or an earlier version.
Upgrade to the latest version of macOS to install it.

最後に

諸事情でmacOSのアップデートはしたくないのですが、
こういうエラーが多くなってくるとHighSierraも潮時な感じがしてきました。
本記事が誰かの助けになれば幸いです。enjoy!!

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?