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.
Please follow the setup depending on your employed Operating System (OS) and installed Docker version.
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
.
For local development with Eclipse, run with: docker run -d --name explorviz-reverse-proxy -p 8080:8080 explorviz/reverse-proxy:macos
.
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
.