ExplorViz-Archive / reverse-proxy

Automated docker build for the ExplorViz reverse proxy.

Home Page:https://www.explorviz.net

Repository from Github https://github.comExplorViz-Archive/reverse-proxyRepository from Github https://github.comExplorViz-Archive/reverse-proxy

ExplorViz Reverse Proxy

Dockerhub Pulls

Automated docker build for the ExplorViz reverse proxy. This reverse proxy is development purposes only. For production, the ExplorViz Frontend Docker image already contains a configured reverse proxy.

Setup

Please follow the setup depending on your employed Operating System (OS) and installed Docker version.

Linux

Run with docker run -d --name explorviz-reverse-proxy -p 8080:8080 explorviz/reverse-proxy.

For local development with Eclipse (fixed port 8080), run with: Run with docker run -d --network host --name explorviz-reverse-proxy explorviz/reverse-proxy.

macOS / Windows: Docker Version 18.06.1-ce-win73 (or newer)

For local development with Eclipse, run with: docker run -d --name explorviz-reverse-proxy -p 8080:8080 explorviz/reverse-proxy:macos.

Windows: Docker Version 18.06.1-ce-win73 (or older)

For local development with Eclipse, run with docker run -d --name explorviz-reverse-proxy -p 8080:8080 explorviz/reverse-proxy.

Access the proxy using the docker machine IP adress. To find the IP addres,run docker-machine ip.

About

Automated docker build for the ExplorViz reverse proxy.

https://www.explorviz.net


Languages

Language:Shell 94.8%Language:Dockerfile 5.2%