Skip to content

Docker マルチステージビルドのサンプルコード

Notifications You must be signed in to change notification settings

Imamachi-n/docker-multi-stage-build-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-multi-stage-build-101

Qiitaの記事

Dockerのマルチステージビルドで、ビルド環境と実行環境のセットアップを1つのDockerfileで完結させよう
https://qiita.com/Imamachi-n/items/72c0148c454a810cb7fa

Docker マルチステージビルドのサンプルコード

1. ビルド環境と実行環境を同じ Docker ベースイメージ上に展開した場合

make dbuild1
make drun1

2. Docker のマルチステージビルドを使ってビルド環境と実行環境を分離した場合

make dbuild2
make drun2

About

Docker マルチステージビルドのサンプルコード

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published