イメージのビルド
本シリーズについて
本番環境向けの Docker イメージとして、無駄のない効率的なものを作り出す方法について学びます。 特にオーバーヘッドを最小限に抑え、本番環境へのデプロイを強化するものを目指します。
ここから学んでいくこと
- イメージレイヤーの理解
- Dockerfile の記述方法
- イメージのビルド、タグづけ、公開方法
- ビルドキャッシュの利用
- マルチステージビルド
モジュール
- イメージレイヤーの理解
This concept page will teach you about the layers of container image.
- Dockerfile の記述
This concept page will teach you how to create image using Dockerfile.
- イメージのビルド、タグづけ、公開
This concept page will teach you how to build, tag, and publish an image to Docker Hub or any other registry
- ビルドキャッシュの利用
This concept page will teach you about the build cache, what changes invalidate the cache and how to effectively use the build cache.
- マルチステージビルド
This concept page will teach you about the purpose of the multi-stage build and its benefits