Skip to content
/ httpd Public

HTTP Proxy Docker container for the mmisw services

Notifications You must be signed in to change notification settings

mmisw/httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

HTTP Proxy Docker container for the mmisw services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published