Using Makefile to simplify docker commands within make commands.
$ make build
$ make start
$ make attach
$ make stop
$ make clean
$ make build
$ make start
$ make attach
$ git clone https://github.com/fchollet/keras.git
$ cd keras/examples
$ python mnist_cnn.py