You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Probably be on mac or unix

Install docker

https://github.internet2.edu/docker/grouper_training

download the git repo: https://github.internet2.edu/docker/grouper_training

run 

./manualBuild.sh


stop

docker ps
docker stop imageId

list of sections:

https://docs.google.com/spreadsheets/d/1Emf79h--2lmfSxaNgjVu5lRcboJ1IWkwSmh_6E5T2lo/edit#gid=0

Port forward using OpenSSH

$ ssh -L 8443:localhost:8443 -L 15672:localhost:15672 $USERNAME@$IP_ADDRESS
sudo /bin/bash
docker info
docker exec -it gte /bin/bash
./bin/gsh

Port forward from windows

Download putty

Start a session, to the IP address at AWS


Click on SSH, tunnels


Add one for 8443, and 15672

  • No labels