Merge pull request #1110 from dmetzler/master

Change logo and update location of additional nuxeo.conf
This commit is contained in:
Tianon Gravi 2018-01-03 14:59:46 -08:00 committed by GitHub
commit 7144d9c73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -125,11 +125,11 @@ Allows to add custom parameters to `nuxeo.conf`. Multiple parameters can be spli
## Adding additional configuration ## Adding additional configuration
If you would like to do additional setup in an image derived from this one, you can add a `/nuxeo.conf` file that will be appended to the end of the regular `nuxeo.conf` file. If you would like to do additional setup in an image derived from this one, you can add a `/docker-entrypoint-initnuxeo.d/nuxeo.conf` file that will be appended to the end of the regular `nuxeo.conf` file.
```dockerfile ```dockerfile
FROM %%IMAGE%%:7.10 FROM %%IMAGE%%:7.10
ADD nuxeo.conf /nuxeo.conf ADD nuxeo.conf /docker-entrypoint-initnuxeo.d/nuxeo.conf
``` ```
If you need a root account to run some installation steps in your `Dockerfile`, then you need to put those steps between two `USER` command as the image is run with the user `1000` (nuxeo). For instance: If you need a root account to run some installation steps in your `Dockerfile`, then you need to put those steps between two `USER` command as the image is run with the user `1000` (nuxeo). For instance:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB