Bind Mount - CI/CD用語集の定義
bind mount は、ホスト上の特定のファイルまたはディレクトリを container に直接マッピングします。container はホストのパスをコピーせずにライブで読み書きします。
bind mountと名前付きボリューム
bind mount は、あなたが制御するホスト上の正確なパスを指し、CI でソースコードや設定を注入するのに理想的です。名前付きボリュームは runtime によって管理され、ポータブルな永続データに適しています。
関連ガイド
Container Volume - CI/CD Glossary DefinitionContainer Volume: A volume is storage attached to a container that persists data outside the container writab…
Containerization - CI/CD Glossary DefinitionContainerization: Containerization packages an application together with its dependencies into an isolated, p…