Skip to content

docker/grouper_training

e3b7874484
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
Code

grouper_training

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

Images

Full Demo

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

Browse to https://localhost/grouper

Exercises

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

Browse to https://localhost/grouper

Users