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

Hi all, today (27th Dec 2023), we have proceeded to rename the "master" branch of this repository to "main". You can find more details about the migration @ https://tracker.moodle.org/browse/MDLSITE-7418 For...

This commit: - ssl configuration for webserver and exttests if a certificate authority exists - installs the CA server on the webserver, exttests - provides an SSL Certificate generator for...

For ARM chips, you may wish to use the `seleniarm` repo instead of `selenium`. Please note that the 'seleniarm' repository contains officially sanctioned ARM images: https://github.com/SeleniumHQ/docker-selenium#experimental-mult-arch-aarch64armhfamd64-images

waiting

In https://github.com/moodlehq/moodle-docker/pull/251 it's being proposed to add support for SSL certificates (opt-in) to moodle-docker. The solution proposed there lacks Windows support, and hardly will get it there, so this issue...

help wanted

Hi, Would you like me to build a patch for providing wrapping scripts to start really quickly over developing with this tool? I like to automate things, and I spotted...

When Moodle docker includes the app it automatically exposes a fixed port of 8100 to it on the docker host machine. This had a couple of issues: 1. You cannot...

After reading about the new headless mode in chrome https://developer.chrome.com/docs/chromium/new-headless I have tried to make it work in Moodle docker, but there was one unexpected problem: they have removed support...

Quite often I realise I need to do some changes in feature fields before behat execution in docker completes, so I press CTRL-C to stop it. But the CTRL-C does...

Hi, chromium selenium now supports arm64 (and Apple MX processors) and seleniarm is dead. please note selenium/standalone-chrome does not support arm64 yet. I have tried to add support for it...