Add pointer to Nuxeo documentation for Docker setup

This commit is contained in:
Damien Metzler 2017-03-10 14:36:32 +01:00
parent e81b98fe79
commit 9dcedbffab
1 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,8 @@ nuxeo
This will install the same image as above but comes with some demo Nuxeo packages to demonstrate its various usage (DAM, DM, search etc...)
You can find additional informations on how to use this image in [Nuxeo documentation](https://doc.nuxeo.com/nxdoc/setting-up-your-nuxeo-environment/)
## Environment Variables
The Nuxeo image uses several environment variable that allow to specify a more specific setup.
@ -69,7 +71,9 @@ If Redis is setup, you can ovewrite the default port configuration (default to 6
### `NUXEO_CLID`
Allow to setup a CLID for Nuxeo Connect registration.
Allow to setup a CLID for Nuxeo Connect registration. This parameter is in the form `part1\npart2`, so depending on the environment you may have to escape the `\` character.
You can find additional informations the registration process in the [Nuxeo documentation](https://doc.nuxeo.com/nxdoc/setting-up-your-nuxeo-environment/)
### `NUXEO_INSTALL_HOTFIX`