wnameless/cas-mysql

By wnameless

Updated over 9 years ago

CAS single sign-on server + MySQL https://index.docker.io/u/wnameless/cas-mysql

Image
14

1.7K

Run with 22, 80, 8080, 8443 and 3306 ports opened:
docker run -d -p 49160:22 -p 49161:80 -p 49162:8080 -p 49163:8443 -p 49164:3306 wnameless/cas-mysql

Login the CAS server https://localhost:49163/cas/login with following credential:
username: guest
password: guest

It's just a demo account. You can create more account by phpMyAdmin.
Be aware that all passwords suppose to be hashed by MD5.

Open http://localhost:49161/phpmyadmin in your browser with following credential:
username: root
password:

Open Tomcat web admin http://localhost:49162/manager/html with following credential:
username: admin
password: admin

Login by SSH
ssh root@localhost -p 49160
password: admin

Docker Pull Command

docker pull wnameless/cas-mysql