Skip to content

A Dockerfile that installs the latest Moodle, Apache, PHP, MySQL and SSH

Notifications You must be signed in to change notification settings

sergiogomez/docker-moodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-moodle

A Dockerfile that installs the latest Moodle, Apache, PHP, MySQL and SSH

Installation

git clone https://github.com/sergiogomez/docker-moodle.git
cd docker-moodle
docker build -t moodle .

Usage

To spawn a new instance of Moodle:

docker run --name moodle1 -e VIRTUAL_HOST=moodle.domain.com -d -t -p 80 -p 22 moodle

You can visit the following URL in a browser to get started:

http://moodle.domain.com/moodle

Thanks to eugeneware and ricardoamaro for their Dockerfiles.

About

A Dockerfile that installs the latest Moodle, Apache, PHP, MySQL and SSH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages