Fix readme

This commit is contained in:
Daniele Rondina
2018-06-11 17:23:55 +02:00
parent f8af8d50b9
commit e5f6ec20ba
+4 -2
View File
@@ -34,17 +34,19 @@ $#. docker run --init --device /dev/fuse --tmpfs /run --tmpfs /tmp \
-e SABAYON_MOLECULES_CHROOTS=/chroots \
-e SABAYON_MOLECULES_SOURCES=/sources \
-e SABAYON_MOLECULES_ISO=/iso \
sabayon/isobuilder-amd64
sabayon/isobuilder-amd64 \
daily --skip-email --stdout --image server --skip-docker-rmi
```
On example it is overrided default chroots and sources directory for use disk with more
On example it is override default chroots and sources directory for use disk with more
space.
ISOs will be available on /sabayon/iso host directory.
| Env Variable | Default | Description |
|--------------|---------|-------------|
| SABAYON_MOLECULES_GITURL | https://github.com/Sabayon/molecules.git | Git Repository of Sabayon Molecules configurations. |
| SABAYON_MOLECULES_GIT_OPTS | - | Permit to define additional git clone options, like use a specific branch. |
| SABAYON_MOLECULES_DIR | /sabayon | Molecule work directory |