Skip to content

HFTSoftwareProject/moodle-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hftstuttgart/moodle-docker

This Docker image provides the LAMP stack, installs Moodle 3.1 and the MoJEC moodle plugin for JUnit Test Assignments. An external MySQL database is required

It is a fork from jmhardison/docker-moodle

The image can be build with docker build -t hftstuttgart/moodle

Run the MySQL database:

docker run -d --name DB -p 3306:3306 -e MYSQL_DATABASE=moodle -e MYSQL_ROOT_PASSWORD=moodle -e MYSQL_USER=moodle -e MYSQL_PASSWORD=moodle mysql

Run the Moodle container:

docker run -d -P --name moodle --link DB:DB -e MOODLE_URL=http://10.40.10.5:80 -p 80:80 hftstuttgart/moodle

Prebuild images can be found on Docker Hub

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors