TechNote

Moodle-Docker


로컬 컴퓨터에서 무들을 개발하려면 필요한 자료이다.

https://github.com/moodlehq/moodle-docker

git으로 자료를 내려받은다음
Quick Start Guide를 참조.

환경변수를 선언하고 git.moodle에 있는 자료를 다운로드하고
./bin/moodle-docker-compose up -d 실행
./bin/moodle-docker-compose down하면 컨테이너가 stop될뿐만 아니라 remove된다.
다시 실행하면 다시 셋팅해야 하는 번거로움이 있다.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.