Skip to content

Commit

Permalink
Update modifiedReadme.md.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Nov 6, 2018
1 parent a2a7e75 commit 26c84c7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modifiedReadme.md.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ docker run -d -p 80:80 -p 389:389 -p 8443:443 -p 3306:3306 \
```
- Using the provided vms:
- GrouperTraining_TechEx2018_VMs: https://docs.google.com/spreadsheets/d/1l06fqGjfrAsAV5mx1N2CaR54ap6NIUZ21WNOc9Ai23s/edit#gid=0
- ssh to vm

- ssh to the vm hosting the containers, or open a terminal if the containers are running on a personal host
[source,bash]
ssh -L 8443:localhost:8443 -L 15672:localhost:15672 student@52.12.8.253
Expand Down Expand Up @@ -69,14 +70,15 @@ CONTAINER ID IMAGE COMMAND
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4c42f2a5d0aa tier/grouper-training-env:ex201.1.1 "/usr/local/bin/entr…" About an hour ago Up About an hour 80/tcp, 389/tcp, 3306/tcp, 4443/tcp, 0.0.0.0:8443->443/tcp 201.1.1
28b0fe0081de rabbitmq:management "docker-entrypoint.s…" 22 hours ago Up 22 hours 4369/tcp, 5671-5672/tcp, 15671/tcp, 25672/tcp, 0.0.0.0:15672->15672/tcp rabbitmq
.

- Browse to https://localhost:8443/grouper
.
- ssh into the container:
- SSH into the container:
[source,bash]
khazelton@khazelton-XPS-13-9370:~/opt/grouper_training$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4bc569b07aec tier/grouper-training-env:ex401.1.1 "/usr/local/bin/entr…" 31 minutes ago Up 31 minutes 0.0.0.0:389->389/tcp, 80/tcp, 4443/tcp, 0.0.0.0:3306->3306/tcp, 0.0.0.0:8443->443/tcp grouper-demo
.
khazelton@khazelton-XPS-13-9370:~/opt/grouper_training$ docker exec -it grouper-demo /bin/bash
Current tags:
Expand Down

0 comments on commit 26c84c7

Please sign in to comment.