Run update.sh
This commit is contained in:
parent
1c60170a58
commit
23916713d7
|
|
@ -70,8 +70,7 @@ The Nuxeo platform is accesible at http://${DOCKER_HOST}:8080/ and default User
|
|||
## Start a nuxeo with some additional packages
|
||||
|
||||
```console
|
||||
$ docker run --name mynuxeo -p 8080:8080 -e NUXEO_PACKAGES="nuxeo-web-mobile nuxeo-drive nuxeo-diff nuxeo-spreadsheet nuxeo-dam nuxeo-template-rendering nuxeo-template-rendering-samples nuxeo-showcase-content"
|
||||
nuxeo
|
||||
$ docker run --name mynuxeo --rm -ti -p 8080:8080 -e NUXEO_PACKAGES="nuxeo-web-ui nuxeo-dam nuxeo-drive nuxeo-showcase-content nuxeo-template-rendering nuxeo-template-rendering-samples nuxeo-spreadsheet" 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...)
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`latest`, `7.7.10` (*7.7.10/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/fec30af23c6f68f227bced29053bb45334893c6c/7.7.10/stretch/Dockerfile)
|
||||
- [`stable`, `7.6.4` (*7.6.4/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/fec30af23c6f68f227bced29053bb45334893c6c/7.6.4/stretch/Dockerfile)
|
||||
- [`latest`, `7.7.11` (*7.7.11/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/41b691546a116ce357192de19798dd68a7aa8223/7.7.11/stretch/Dockerfile)
|
||||
- [`stable`, `7.6.4` (*7.6.4/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/41b691546a116ce357192de19798dd68a7aa8223/7.6.4/stretch/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`v1.6.0-rc1`, `1.6.0-rc1`, `v1.6`, `1.6`, `tetedemoine` (*scratch/amd64/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/00898c4842818e512a84016828572fdb8d6325d5/scratch/amd64/Dockerfile)
|
||||
- [`v1.6.0-rc1-alpine`, `1.6.0-rc1-alpine`, `v1.6-alpine`, `1.6-alpine`, `tetedemoine-alpine` (*alpine/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/00898c4842818e512a84016828572fdb8d6325d5/alpine/Dockerfile)
|
||||
- [`v1.6.0-rc2`, `1.6.0-rc2`, `v1.6`, `1.6`, `tetedemoine` (*scratch/amd64/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/e968cca5e508bb26e59df849e08624d27c711f33/scratch/amd64/Dockerfile)
|
||||
- [`v1.6.0-rc2-alpine`, `1.6.0-rc2-alpine`, `v1.6-alpine`, `1.6-alpine`, `tetedemoine-alpine` (*alpine/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/e968cca5e508bb26e59df849e08624d27c711f33/alpine/Dockerfile)
|
||||
- [`v1.5.4`, `1.5.4`, `v1.5`, `1.5`, `cancoillotte`, `latest` (*scratch/amd64/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/a0b61256a1c3df401f43cf01b940f3a69fb77883/scratch/amd64/Dockerfile)
|
||||
- [`v1.5.4-alpine`, `1.5.4-alpine`, `v1.5-alpine`, `1.5-alpine`, `cancoillotte-alpine`, `alpine` (*alpine/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/a0b61256a1c3df401f43cf01b940f3a69fb77883/alpine/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue