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.