Skip to content

dockerinaction/ch8_multi_stage_build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains the multi-stage build example for Docker In Action 2ed's Chapter 8.

Execute the image build with:

docker build -t dockerinaction/http-client -f http-client.df .

Run the resulting image with:

docker container run --rm -it dockerinaction/http-client:latest

The http-client program will retrieve its own source code from GitHub.

About

Demonstrate a multi stage build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages