Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 474 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 474 Bytes

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

Build and push

docker build -t mmisw/httpd --no-cache .
docker push mmisw/httpd

Run

docker run --name httpd -d \
       -p 80:80 \
       --link agraph \
       --link orr-ont \
       mmisw/httpd

See orr-ont's README for more details.