We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
HTTP Proxy Docker container for the mmisw services
Proxies enabled by this container:
/ont3 : http://orr-ont:8080/ont3/ont3sparql : http://agraph:10035/repositories/mmiorr
docker build -t mmisw/httpd --no-cache .docker push mmisw/httpd
docker run --name httpd -d \ -p 80:80 \ --link agraph \ --link orr-ont \ mmisw/httpd
See orr-ont's README for more details.