Docker Tutorial Post

Here you can find the code for the files used in the Docker Tutorial Blog Post. The blog post explains the code line by line while giving context to the usecase for the code

app.py

This python script is a short script that prints out values from a Numpy array.

dockerfile

The dockerfile is what we use to build our docker images which are used to run the docker containers