Docker environment minutiae

Docker compose project name set to avoid collisions, smiley dropped from README heading
main
ziembla 2017-11-30 06:09:45 +01:00
parent 7093626bc2
commit e7a1273c48
2 changed files with 2 additions and 1 deletions

1
docker/.env Normal file
View File

@ -0,0 +1 @@
COMPOSE_PROJECT_NAME=handson-ml

View File

@ -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!<br/>
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).