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

Hello, while working on [MDL-69581](https://tracker.moodle.org/browse/MDL-69581) I found an unbalanced situation when playing, better jamming, with the Toolbox environment through an external DB server. Indeed [we can set](https://github.com/moodlehq/moodle-docker/blob/d9c2765a2523d05e4f2b6f7941952988b8ad7169/base.yml#L11-L12) the DB credentials...

The script implemented to guess the `MOODLE_DOCKER_APP_RUNTIME` env variable is using some flags that are not supported in Mac. It can be confusing because no error is thrown, instead the...

This commit reverts previous commits: - 0f5c0b9a6c861568b5a04afc9131d0262b1c5b34 - 58837a02a407bb4b9092896baa0351482ce7c00c Those are no longer necessary since podman-compose 1.0 was released. Additionally this commit adds some basic information about using podman to...

Could you please add optional support for a database administration tool like Adminer or phpMyAdmin? I would like to be able to access and manipulate my Moodle database through a...

The standard Selenium images do not currently run on MacOS with ARM chipsets. Someone else has [with SeleniumHQ's blessing(https://github.com/SeleniumHQ/docker-selenium#experimental-mult-arch-aarch64armhfamd64-images) created a fork for ARM: https://hub.docker.com/u/seleniarm We should look into updating...

See the README.md for more information how to use it. My main objectives were: - do not require setting MOODLE_DOCKER_WWWROOT when executing compose from Moodle checkout dir - do not...

waiting

This fix addresses the feature request described in issue #235 . It gives you the option of adding Adminer or phpMyAdmin. To use, just export MOODLE_DOCKER_DB_MANAGER= either `adminer` or `phpmyadmin`...

In order to use Xdebug, we need to disable the firewall or open the port used in the xdebug.client_port.

Using an environment file for directory/db has the advantage that the user does not need to specify the variables after each reboot. Added `.env` to gitignore list, to avoid that...

``` $ bin/moodle-docker-wait-for-db Waiting for oracle to come up... Waiting for oracle to come up... Traceback (most recent call last): File "/usr/bin/docker-compose", line 9, in load_entry_point('docker-compose==1.8.0', 'console_scripts', 'docker-compose')() File "/usr/lib/python2.7/dist-packages/compose/cli/main.py",...