In this video, we'll show you how to deploy Moodle in Azure using Docker containers in CoreOS stable, and how to leverage Office Mix to create and deploy a SCORM package in Moodle.
These are the two commands to boot the MySQL and Moodle containers:
- sudo docker run --name DB -d -p 3306:3306 -e MYSQL_DATABASE=moodle -e MYSQL_USER=moodle -e MYSQL_PASSWORD=moodle centurylink/mysql
- sudo docker run -d -P --name MOODLE --link DB:DB -e MOODLE_URL=http://yourhost.cloudapp.net -p 80:80 jauer/moodle
And don't forget to get Office Mix.
