@@ -36,14 +36,13 @@ Building an image means picking a base image and adding all the pieces and confi
If the Linux distribution is not important, we suggest using CentOS 7. This is the OS of choice in this example.
First, you will need to copy all the relevant files to a directory in your machine, then write a Dockerfile to tell Docker how to build the container. In this example, the Dockerfile is provided. In this example there is only one file, the Python script that computes the Mandelbrot set, with the unimaginative name of `mandelbrot.py`.
First, you will need to copy all the relevant files to a directory in your machine, then write a Dockerfile to tell Docker how to build the container. In this example, the Dockerfile is provided and there is only one file, the Python script that computes the Mandelbrot set, with the unimaginative name of `mandelbrot.py`.
If you're familiar with git, you can get both the files (script and Dockerfile) by cloning this project's repository: