This Docker Image contains the seed data necessary for a base NemakiWare install.
CouchDB is by default running on port 5984. The local.ini file can be edited prior to building.
Start the Docker container with the following command:
docker run -d --name nemaki-couch -p 5984:5984 --env COUCHDB_USER=admin --env COUCHDB_PASSWORD=password aegif/nemakicouch