jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
98 stars 85 forks source link

feat: add dockerfile #144

Closed GabrielBdeC closed 2 months ago

GabrielBdeC commented 1 year ago

Created a dockerFile to install moodle and the plugin using vpl jail.

There's a problem, unfortunately. In docker-compose, I'm using a local image created in another That image is already in dockerHub: https://hub.docker.com/r/gabrielbdec/vpl-jail. I've made a pull request too: https://github.com/jcrodriguez-dis/vpl-xmlrpc-jail/pull/64

With this DockerFile. the only thing is needed to start using is to run docker-compose and configure:

docker-compose up

jail-url: http://localhost:81/secret
proxy: http://jail:81
jcrodriguez-dis commented 2 months ago

Dear @GabrielBdeC,

Thank you for your contribution and effort. The related pull request has been closed, so I am closing this issue as well.

For reference, the closed pull request can be found here: https://github.com/jcrodriguez-dis/vpl-jail-system/pull/64.

Best regards, Juan Carlos