Sign inSign up

hellyna/xwiki

By hellyna

Updated over 8 years ago

A simple xwiki image based on tomcat:8.

Image
4

10K+

hellyna/xwiki repository overview

docker-xwiki

A basic working image for xwiki

Usage

Create persistence

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!

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!

Tag summary

Content type

Image

Digest

sha256:e294babd0

Size

435.2 MB

Last updated

over 8 years ago

docker pull hellyna/xwiki