only your application and its runtime dependencies. They do not contain package managers, shells or any other programs you would expect to find in a standard Linux distribution. ◦ アプリケーション実行に必要な最小限のもののみに絞り込む事で軽量化、セキュアな実行環境を実現す る ◦ 但しパッケージマネージャーやシェルも入ってないので、デバッグが大変になる可能性がある
as the basis for your images. We recommend the Alpine image as it is tightly controlled and small in size (currently under 6 MB), while still being a full Linux distribution. ◦ (雑訳)オフィシャルなイメージを使いましょう。Alpineはいいぞ。 • ただ以下のような考慮点もあるので、要所要所できちんと判断して使う方が良い ◦ bash, apt-get等, Ubuntuでは利用できるが、Alpineでは利用できないコマンドがある ◦ apkで利用可能なパッケージのバージョンが古いことがある ◦ Alpineが悪いというわけではありません