A Dojo docker image with tools to build and test MHS adaptor. Based on official Python image.
Tested and released images are published to dockerhub as nhsdev/mhs-python-dojo
- Setup docker.
- Install Dojo binary.
- Provide a Dojofile at the root of the project:
DOJO_DOCKER_IMAGE="nhsdev/mhs-python-dojo:<commit>"
- Create and enter the container by running
dojo
at the root of project.
By default, current directory in docker container is /dojo/work
.