A basic working image for xwiki
Persistent volumes are already defined by the image, so there is no
need to explicitly define volumes using -v.
docker create \
--name 'xwiki-persistence' \
--entrypoint /bin/true \
hellyna/xwiki:7.1
Run with the above persistent container.
docker run -it --rm \
--name 'xwiki' \
--volumes-from 'xwiki-persistence' \
-p 8080:8080 \
hellyna/xwiki:7.1
Try to point your browser to 'http://localhost:8080/' if you are running a local instance of docker!
Content type
Image
Digest
sha256:e294babd0…
Size
435.2 MB
Last updated
over 8 years ago
docker pull hellyna/xwiki