Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 817 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 817 Bytes

COAR LDN Inbox

COAR Notify LDN inbox and validation test system

Instructions for using the system appear on the home page of the webservice (see source for this)

Build Image

docker build -t notify_ldn_inbox .

Publish Image

(for publishing to Antleaf Docker repo)

docker image tag notify_ldn_inbox:latest antleaf/notify_ldn_inbox:1.2
docker login 
docker push antleaf/notify_ldn_inbox:1.2

Run container

With defaults:

docker run \
	-it \
	--rm \
	-p 80:80 \
	antleaf/notify_ldn_inbox:1.2

Specifying arguments:

docker run \
	-it \
	--rm \
	-p 80:80 \
	antleaf/notify_ldn_inbox:1.2 \
	notify_ldn_inbox -db=/opt/data/ldn_inbox.sqlite -host=http://localhost -port=1313 -debug=true