2
1

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.

docker-composeでネットワークが見つからない時の対処法

Posted at

network HOGE declared as external, but could not be found

新しくCloneしてきたやつをupしようとしたら変な表示が出た。

$ docker-compose up

network HOGE declared as external, but could not be found

インストールするとか

いろいろ不足してるパッケージとか探したが、何も見つからなかった。

対処法

docker network create HOGE

HOGEのところにエラーで出たネットワーク名を入れればOK。

新たに作成して、もう一度docker-compose upをする。

まとめ

めっちゃ時間取られてしまった。

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?