Skip to content
Permalink
dad2cb31e5
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit dad2cb3 Apr 3, 2018 History
0 contributors

Users who have contributed to this file

grouper_training

A set of Grouper images that are used during I2/TIER training.

Images

Full Demo

docker run -d -p 80:80 -p 389:389 -p 443:443 -p 3306:3306 -p 4443:4443 \
  --name grouper-demo tier/grouper_training_full_demo:latest

Browse to https://localhost/grouper

Exercises

docker run -d -p 80:80 -p 389:389 -p 443:443 -p 3306:3306 -p 4443:4443 \
  --name grouper tier/grouper_training_ex###:latest

Browse to https://localhost/grouper

Users