diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index 66ed69fb..5af8e02a 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -32,6 +32,10 @@ Below is a list of supported configuration files (roughly in the order of build ``environment.yml`` is the standard configuration file used by `conda `_ that lets you install any kind of package, including Python, R, and C/C++ packages. +``repo2docker`` does not use ``environment.yml`` to create and activate a new conda environment. +Rather, it updates a base conda environment with the packages listed in ``environment.yml``. +This means that the environment will always have the same default name, not the name +specified in ``environment.yml``. .. note::