Note |
---|
This document is incomplete |
Before You Start
Familiarize yourself with Tutor plugin concepts: https://docs.tutor.overhang.io/plugins/intro.html
Install and run the plugin cookiecutter to create a project skeleton: https://github.com/overhangio/cookiecutter-tutor-plugin
Anywhere you see myplugin in these instructions it will refer to the name of the plugin you have just created
Create a Dockerfile for Your Service
Create a Dockerfile at
tutormyplugin/templates/myplugin/build/myplugin/Dockerfile
If you aren’t sure what your service needs take a look at tutor-contrib-exams as a minimal example
This section could probably use more guidance on Dockerfiles…
Add an image build hook to
tutormyplugin/plugin.py
...