Uses Apache 2 with mod_proxy websocket tunnel to linked container with alias "app". This container is currently in ALPHA stage and should not be used in production
docker build --rm -t enonic/xp-frontend https://github.com/enonic/xp-frontend-docker.git
Or from local filesystem
docker build --rm -t enonic/xp-frontend .
This exposes port 80 and links the container to the contianer xp-app
docker run -d --name xp-frontend -p 80:80 --link xp-app:app enonic/xp-frontend
Content type
Image
Digest
sha256:d3bb71adb…
Size
81.7 MB
Last updated
almost 8 years ago
docker pull enonic/xp-frontend