Sign inSign up

wnameless/cas-mysql

By wnameless

Updated almost 11 years ago

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

Image
14

10K+

wnameless/cas-mysql repository overview

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

Tag summary

Content type

Image

Digest

sha256:5e2fbf432

Size

775.6 MB

Last updated

almost 11 years ago

docker pull wnameless/cas-mysql