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: Error response from daemon: driver failed programming external connectivity on endpointの対応

Posted at

#状況
docker runしたらエラーが出て、コンテナはステータスはCreatedで立ち上がりません。

エラー文
docker: Error response from daemon: driver failed programming external connectivity on endpoint

#環境

  • Ubuntu version "18.04.4 LTS (Bionic Beaver)"
  • Docker version 19.03.12

#対応
エラー文で検索すると、

Properly shutting docker down before restart worked for me

と言っている人がいたので、dockerを再起動した後にdocker runしたら上手く動きました。

dockerの再起動
$ $ service docker restart

#参考

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?