A Microsoft SQL Server for Linux instance configured for Moodle development. Based on mcr.microsoft.com/mssql/server
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=yourStrong(!)Password' -p 1433:1433 -d moodlehq/moodle-db-mssql
- Microsoft SQL server setup and database created ready for Moodle install
- Backed by automated tests
Requires the following environment flags:
- ACCEPT_EULA=Y
- SA_PASSWORD=<your_strong_password>
This container is part of a set of containers for Moodle development, see also:
- moodle-docker a docker-composer based set of tools to get Moodle development running with zero configuration
- moodle-php-apache PHP and Apache configured for Moodle development
- moodle-db-oracle Oracle XE configured for Moodle development