Base container for Moodle over PHP + Apache. This image does not contain a database application, you will need to install your own database container.
You can mount volumes for Moodle root and moodle data to keep all data on an external storage.
To run Moodle 3.1+ over PHP 5.6 + apache
docker run -d \
-p 8080:80 \
--name moodle \
-v /path/to/mymoodle:/var/www/html:ro \
-v /path/to/moodledata:/var/www/moodledata \
virgilioneto/moodle:php56-moodle31
Content type
Image
Digest
Size
251.9 MB
Last updated
almost 10 years ago
docker pull virgilioneto/moodle:php71-moodle32