From bd002176c9566a2d9a11d9a6e15f16ef48396e3f Mon Sep 17 00:00:00 2001 From: Bill Thompson Date: Fri, 26 Apr 2019 20:33:36 -0400 Subject: [PATCH] minor update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6472dea..6bd131a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ The gte is a set of docker images that contain all the software components, conf docker run -d -p 80:80 -p 389:389 -p 8443:443 -p 3306:3306 \ --name gte-101.1.1 tier/gte:101.1.1-201906 ``` -This will start Grouper, a Shibboleth IdP, OpenLDAP, mySQL, and other components. It will take a little while for the container to get into a "Running" status. You can check that with this command: +This will start Grouper, a Shibboleth IdP, OpenLDAP, mySQL, and other components. It will take a little while for the container to get into an `Up` status. You can check that with this command: ``` docker ps --format "{{.Names}} {{.Status}}" ``` -Once the container is in a `Running` state, browse to to access the Grouper UI and log in with one of the following: +Once the container is in an `Up` state, browse to to access the Grouper UI and log in with one of the following: - Grouper Administrator - username: `banderson`, password: `password` - Normal User