Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
docker コンテナー内でアプリケーションを実行します。アプリケーションは、ログ メッセージをローカル ログ ファイルに書き込みます。docker コンテナーが停止またはクラッシュした場合に備えて、ログ ファイルを永続的にするにはどうすればよいですか?
コンテナーはランタイム エンティティであるため、イメージを停止すると、ログ/データが失われます。
ありがとう、ソーハン