Skip to content

Commit

Permalink
Port mapping documented. Fixes ewolff#18
Browse files Browse the repository at this point in the history
  • Loading branch information
Eberhard Wolff committed May 23, 2017
1 parent 8eeaada commit 4fec25e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-vagrant/LIESMICH.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ Das Ergebnis:
wobei die IP-Adresse des Turbine Service sich aus dem Eureka Dashboard
entnehmen lässt.

Die folgenden Port werden auf `localhost` genutzt:

- 18080 für die Web-Anwendung
- 18761 für Eureka
- 18989 für den Turbine-Server

6 changes: 6 additions & 0 deletions docker-vagrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ Additonal hints:
- If you wantt login to the VM, please use `vagrant ssh`.
- If you update the code, you need to rebuild it and then do a new
provisioning using `vagrant provision` . Then the Docker containers in the Vagrant VM will be rebuild.

The following ports will be used on `localhost` :

- 18080 for the web application
- 18761 for Eureka
- 18989 for the Turbine server
8 changes: 8 additions & 0 deletions docker/LIESMICH.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ Das Ergebnis:
wobei die IP-Adresse des Turbine Service sich aus dem Eureka Dashboard
entnehmen lässt.
- Nutze `docker-machine rm dev`, um die virtuelle Maschine wieder zu zerstören.


Die folgenden Port werden auf dem Docker Host genutzt:

- 8080 für die Web-Anwendung
- 8761 für Eureka
- 8989 für den Turbine-Server

7 changes: 7 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ You need to use the address http://172.17.0.9:8080/hystrix.stream of
the Order App. The IP address can be found in the Eureka dashboard.

- Use `docker-machine rm dev` to destroy the virtual machine.


The following ports will be used on the docker host :

- 8080 for the web application
- 8761 for Eureka
- 8989 for the Turbine server

0 comments on commit 4fec25e

Please sign in to comment.