From e7a1273c486d7629b889482e41743d956d2fac11 Mon Sep 17 00:00:00 2001 From: ziembla Date: Thu, 30 Nov 2017 06:09:45 +0100 Subject: [PATCH] Docker environment minutiae Docker compose project name set to avoid collisions, smiley dropped from README heading --- docker/.env | 1 + docker/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docker/.env diff --git a/docker/.env b/docker/.env new file mode 100644 index 0000000..16adf41 --- /dev/null +++ b/docker/.env @@ -0,0 +1 @@ +COMPOSE_PROJECT_NAME=handson-ml diff --git a/docker/README.md b/docker/README.md index 50b6f12..2355c45 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,5 +1,5 @@ -# Hands-on Machine Learning in Docker :-) +# Hands-on Machine Learning in Docker This is the Docker configuration which allows you to run and tweak the book's notebooks without installing any dependencies on your machine!
OK, any except `docker`. With `docker-compose`. Well, you may also want `make` (but it is only used as thin layer to call a few simple `docker-compose` commands).