Indicate minimum Docker version.

This commit is contained in:
Christopher Charbonneau Wells 2017-11-30 22:33:51 -05:00
parent c0f17dd273
commit 95d00f2d99
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ A Docker deploy requires [Docker](http://docker.com/) and
[Docker Compose](https://docs.docker.com/compose/overview/) to create two
containers - one for the database and one for the application.
Baby Buddy uses a [multi-stage build](https://docs.docker.com/engine/userguide/eng-image/multistage-build/),
which requires Docker version 17.05 or newer.
1. Copy the `docker.env.example` to `docker.env` and set the `ALLOWED_HOSTS` and
`SECRET_KEY` variables within