Skip to content

This is a eXist DB image build on top of official Java image (therefore based in debian jessie). It is forked from dariah/exist. I did this fork because I wanted an image built on top of official images and that leverages the image cache of docker. eXist is an open source NoSQL database built on XML technology. It is classified as both a NoSQL D…

License

Notifications You must be signed in to change notification settings

dgaya/docker-eXistDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

eXist XML Database

This is a eXist DB image build on top of official Java image (therefore based in debian jessie).

It is forked from dariah/exist. I did this fork because I wanted an image built on top of official images and that leverages the image cache of docker.

eXist is an open source NoSQL database built on XML technology. It is classified as both a NoSQL Document database and a native XML database. eXist provides XQuery and XSLT as its query and application programming languages.

Licenses

This fork keeps the original license. See LICENSE.txt.

eXist is released under version 2.1 of the GNU LGPL.

Usage

admin password is set via environment variable EXIST_ADMIN_PASSWORD.

To start your container binding to port 8080:

docker run -d -p 8080:8080 -e EXIST_ADMIN_PASSWORD=pass davidgaya/existdb:latest

You are also allowed to manipulate the memory available for exist (default is 512M):

docker run -P -d -e EXIST_MEMORY=1024 -e EXIST_ADMIN_PASSWORD=pass davidgaya/exist:latest

Then check if it works with:

curl http://localhost:8080/exist/

About

This is a eXist DB image build on top of official Java image (therefore based in debian jessie). It is forked from dariah/exist. I did this fork because I wanted an image built on top of official images and that leverages the image cache of docker. eXist is an open source NoSQL database built on XML technology. It is classified as both a NoSQL D…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%