== How to get started ==
* Learning the basics of Docker** Step 1:install the docker infrastructure on your system and link it to the container registry on our cluster server.** Step 2: take an in-depth look at the example container which trains MNIST using Tensorflow.** Step 3: adapt the example to your own project.** Step 4: run and test the container locally.** Step 5: push the container to the registry server of the cluster. * Learning the basics of Kubernetes and how to run jobs on the cluster:** Step 1: install the Kubernetes infrastructure and set up your user account** Step 2: run the example container on the cluster and make sure that it works correctly.** Step 3: run your own container on the cluster.