概要
Docker CE を 18.09 にアップデートしたところ、dockerd daemon の起動が失敗するようになった。
起動オプションの -H fd:// が仕様変更で削除されたことがその原因。
環境
- Raspbian Strech
- Docker CE 18.09
or
- Debian Strech
- Docker CE 18.09
対策
起動オプションの -H fd:// を -H unix:// に変更する。
/etc/systemd/system/docker.service の ExecStart= 行。
18.09 のオリジナルファイルは以下にある。
docker/docker-ce
Docker CE. Contribute to docker/docker-ce development by creating an account on GitHub.
参考

Empowering App Development for Developers | Docker
Learn how Docker helps developers bring their ideas to life by conquering the complexity of app development.
コメント