In this exercise, we will learn to write a Dockerfile that describes multiple images and that can copy files from one image to the next.
-
Make a fresh folder
~/multi
to do this exercise in, andcd
into it. -
Add a file
hello.c
to themulti
folder containing Hello World in C: