LoginSignup
0
0

More than 5 years have passed since last update.

CircleCI 2.0 の setup_remote_docker 実行後、既にコンテナが起動していた件

Posted at

※ 雑にメモのみ。

申請して Docker Layer Caching を有効にしてもらい、 setup_remote_dockerreusable: true で実行している。

複数のコンテナを使っているため、手軽にコンテナを立ち上げるために docker-compose up -d で起動している。

その後、 docker-compose stop をせずに CircleCI のジョブを完了させている。

という状況で、 setup_remote_docker のすぐ後の run:docker-compose ps をしてみたところ、各コンテナの State が Up だった。

stop しなくても止まってくれるものだと勘違いしていた。

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