3.5
,latest
(3.5/Dockerfile)3.4.3
(3.4.3/Dockerfile)3.3.4
(3.3.4/Dockerfile)3.3
(3.3/Dockerfile)
Stud.IP is a learning platform for education
To start a Stud.IP instance you need to run the following command to initialize the database
$ docker run --link some-mysql:mysql cperrin/studip initdb
and then start a new server
$ docker run --link some-mysql:mysql -p 80:80 cperrin/studip
This only works if the following enviroment variables are set in the linked mysql
container:
MYSQL_ENV_MYSQL_USER
MYSQL_ENV_MYSQL_PASSWORD
MYSQL_ENV_MYSQL_DATABASE