Sign inSign up

nicholsn/docker-marmotta

By nicholsn

•Updated over 11 years ago

Image
0

298

nicholsn/docker-marmotta repository overview

⁠Apache Marmotta Docker Container

A container for the Apache Marmotta Linked Data Platform⁠

To startup a marmotta container on port 8080 simply:

docker run -d -p 8080:8080  nicholsn/docker-marmotta

Then figure out your IP using docker-machine ip <name-of-vm>, then visit that address:

http://{IP}:8080/marmotta

If you are running with boot2docker or via vagrant, you may want to change the hostname by:

curl -v -X POST -H "Content-Type: application/json" -d '["http://{HOSTNAME}:8080/marmotta"]' http://{HOSTNAME}:8080/marmotta/config/data/kiwi.context -u admin:pass123
curl -v -X POST -H "Content-Type: application/json" -d '["http://{HOSTNAME}:8080/marmotta"]' http://{HOSTNAME}:8080/marmotta/config/data/kiwi.context -u admin:pass123

Note that that username and password is admin:pass123, please change it once you have access.

Tag summary

Content type

Image

Digest

sha256:4ee10d0b0…

Size

-

Last updated

over 11 years ago

docker pull nicholsn/docker-marmotta