2.1.4 Using base images
View in the book.
Buy the book.
Dockerfile with a base image
Run it:
$ cd Chapter02/2.1.4_BaseImage
$ docker build . -t hello2
$ docker run hello2 python3 hello.py
Hello Docker
Dockerfile with a base image
Run it:
$ cd Chapter02/2.1.4_BaseImage
$ docker build . -t hello2
$ docker run hello2 python3 hello.py
Hello Docker