This repo contains the necessary files to run the example code from 8.2.9.1. Dockerfile basics
To run this docker container, clone the repository:
git clone https://github.com/CedricHermansBIT/docker_basics.git
cd docker_basicsNext build the container using
docker build -t testdocker .Note: the "." add the end is important, indicating you want to run it from the current directory!
Finally, run the container using
docker run testdockerIf all went well, you should see: