Sign inSign up

sergiogomez/docker-moodle

By sergiogomez

Updated almost 11 years ago

Image
14

5.8K

sergiogomez/docker-moodle repository overview

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.

Tag summary

Content type

Image

Digest

sha256:2a712d865

Size

317.7 MB

Last updated

almost 11 years ago

docker pull sergiogomez/docker-moodle