0
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?

株式会社シンプルウェイAdvent Calendar 2024

Day 23

Docker初心者向け:突然localhostに接続できなくなった時の対処方法

Last updated at Posted at 2024-12-24

Docekr初心者である私がある日突然localhostに繋がらなくなった時に、手っ取り早く問題を解決した方法を記載しておきます。

遭遇した状況

  • 今まで普通に接続できていたlocalhostに突然接続できなくなる。
  • PC再起動、docker再起動・再インストール等、何をしても直らない。
  • $ docker psを打ってコンテナが動いていることは確認できている。

docker.png

初心者でも簡単にできる対処方法

1. Dockerのコンテナを削除

$  docker rm [コンテナID]

※コンテナIDは$ docker psで確認。d195c×××みたいな英数字。

2. docker-compose.yml を含むサイトのデータ一式を別の場所に移して再設定

3. localhostに繋がるようになりました

0
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
0
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?