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?

More than 3 years have passed since last update.

dockerを使うときはバージョンを指定しよう

Posted at

開発環境をDocker+docker-composeで構築していましたが、環境を作り直したら動かなくなったのでメモ

やったこと

  • docker-compose downでコンテナ削除
  • docker rmiでイメージ削除
  • docker-compose upでコンテナ再作成

原因

コンテナイメージのバージョンを指定しておらず、latestでプルされるイメージが更新されたことにより動かなくなっていた。

結論

dockerコンテナ作成時はちゃんとイメージのバージョンを指定しましょう

※docker imagesで見てもlatestとしか出ないので、バージョンが分からない。。。

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?