Add comment about Dockerfiles vs config files

pull/262/head
Carol Willing 2018-03-15 11:48:20 -07:00
rodzic d0d84fdc65
commit 449e6c459a
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -15,6 +15,11 @@ Below is a list of supported configuration files (roughly in the order of build
This will be treated as a regular Dockerfile and a regular Docker build will be performed.
The presence of a Dockerfile takes priority over and ignores all other build behavior
specified in other configuration files.
In the majority of cases, providing your own Dockerfile is not necessary as the base
images provide core functionality, compact image sizes, and efficient builds. We recommend
trying the other configuration files before deciding to use your own Dockerfile.
See the `Binder Documentation <https://mybinder.readthedocs.io/en/latest/dockerfile.html>`_ for
best-practices with Dockerfiles.