nhsconnect / prm-docker-mhs-python-dojo

docker image with python tools needed to build and test MHS adaptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-mhs-python-dojo

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

Usage

  1. Setup docker.
  2. Install Dojo binary.
  3. Provide a Dojofile at the root of the project:
DOJO_DOCKER_IMAGE="nhsdev/mhs-python-dojo:<commit>"
  1. Create and enter the container by running dojo at the root of project.

By default, current directory in docker container is /dojo/work.

About

docker image with python tools needed to build and test MHS adaptor


Languages

Language:Shell 73.0%Language:Dockerfile 27.0%