Skip to content

A Dockerfile that installs the latest Moodle, Apache, PHP, MySQL and SSH. A fork that updates to moodle 3.1

Notifications You must be signed in to change notification settings

giltron/docker-moodle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-moodle

A Dockerfile that installs the Moodle 3.1 stable, 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

Forked from sergiogomez. Thanks.

Thanks to eugeneware and ricardoamaro for their Dockerfiles.

About

A Dockerfile that installs the latest Moodle, Apache, PHP, MySQL and SSH. A fork that updates to moodle 3.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%