Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 1.29 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.29 KB

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.