エンジニアとしての市場価値を測りませんか?PR

企業からあなたに合ったオリジナルのスカウトを受け取って、市場価値を測りましょう

0
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(29) 今日のdocker error: Error response from daemon: driver failed programming external connectivity on endpoint modest_wright

Last updated at Posted at 2019-06-26

docker を -p をつけて起動

$ docker run -p 8888:8888 -v /Users/administrator/openjij:/openjij -it kaizenjapan/openjij-ch1-ubuntu /bin/bash 
docker: Error response from daemon: driver failed programming external connectivity on endpoint modest_wright (05da127032cdca70f49fb8375505904e0d87b0fb9959ea022cc841b0a2e21c56): Bind for 0.0.0.0:8888 failed: port is already allocated.

すでに使っているらしい。違う番号で起動。

$ docker run -p 8080:8080 -v /Users/administrator/openjij:/openjij -it kaizenjapan/openjij-ch1-ubuntu /bin/bash 
root@5f528d66d2e5:/# 

最後までおよみいただきありがとうございました。

いいね 💚、フォローをお願いします。

Thank you very much for reading to the last sentence.

Please press the like icon 💚 and follow me for your happy life.

0
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

Qiita Conference 2025 will be held!: 4/23(wed) - 4/25(Fri)

Qiita Conference is the largest tech conference in Qiita!

Keynote Speaker

ymrl、Masanobu Naruse, Takeshi Kano, Junichi Ito, uhyo, Hiroshi Tokumaru, MinoDriven, Minorun, Hiroyuki Sakuraba, tenntenn, drken, konifar

View event details
0
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?