moodle-docker icon indicating copy to clipboard operation
moodle-docker copied to clipboard

A docker environment for moodle developers

Results 52 moodle-docker issues
Sort by recently updated
recently updated
newest added

We have just pinned MariaDB again, to 10.7, because just released 10.8 and 10.9 images have problems. https://github.com/moodlehq/moodle-docker/commit/53540c3dd35164676ac20e1376f94ee9c49fd6a0 and https://github.com/moodlehq/moodle-docker/commit/ec0bcf82b7d94d8ae7cfa6db288d12172354bdd1 This issue is about to proceed to unpin it once...

Moodle has many files, when docker mounts your local files system it has bad performance by default (tested on Intel mac and M1). Did someone test to implement https://github.com/EugenMayer/docker-sync into...

The node version to use in the mobile app is going to keep changing with new releases, so this value should be configurable.

moodle-ci-runner does this already but I think it would be useful for dev environments to have this to more closely replicate prod. noting this as we just had a piece...

Any chance of an update to the Quick Start instructions for Windows PowerShell (which uses different environment variable syntax)? e.g. # Set up path to Moodle code $Env:MOODLE_DOCKER_WWWROOT="/path/to/moodle/code" # Choose...

good first issue

These custom commands will help in the development of Moodle plugins. mbash will give easy access to the webserver container minstall will simplify the installation of moodle, behat and phpunit...

Following up from #126, we need to bump the version of the compose config to support the `healthcheck` option. This should be a safe upgrade given that [version 2.3](https://docs.docker.com/compose/compose-file/compose-file-v2/#compose-and-docker-compatibility-matrix) has...

I tried the following: ``` export MOODLE_DOCKER_WWWROOT=/path/to/moodle/code export MOODLE_DOCKER_DB=pgsql export MOODLE_DOCKER_BROWSER=chrome cp config.docker-template.php $MOODLE_DOCKER_WWWROOT/config.php bin/moodle-docker-compose up -d bin/moodle-docker-wait-for-db bin/moodle-docker-compose run webserver php admin/tool/behat/cli/init.php --parallel=4 bin/moodle-docker-compose run webserver php admin/tool/behat/cli/run.php ```...

```bash $ bin/moodle-docker-compose.cmd up -d time="2021-09-09T16:30:49+02:00" level=warning msg="The \"MOODLE_DOCKER_SELENIUM_SUFFIX\" variable is not set. Defaulting to a blank string." yaml: line 8: did not find expected hexdecimal number ``` I already...

This adds a node container, locked at the necessary core-supported version, for running grunt tasks. The script is based on a Stackoverflow post: https://stackoverflow.com/a/37102013. It's a work-around to ensure that...

enhancement
waiting