Docker image for OpenMRS Platform 2.0
697
Docker containers for OpenMRS Platform 2.0
This repository contains the necessary code to create Docker containers that start an instance of the OpenMRS Platform 2.0.
For more information about the OpenMRS Platform visit openmrs.org.
Make sure you have Docker installed.
This Docker image cannot run without the correct database appropriate for the OpenMRS Platform 2.0 version used.
Fortunately there is a Docker image for it at OpenMRS Platform MySQL
You can use Docker Compose to install and wire these two images together.
Please check out the Docker Compose example in the example folder.
You need to have the Docker image locally in order to run it.
You can either build it yourself or pull it from the :cloud:
Please follow the appropriate section below.
Start by cloning this repository:
git clone https://github.com/teleivo/docker-openmrs-platform.git
Enter the directory and build the image:
cd docker-openmrs-platform
docker build --tag openmrs-platform .
The Docker image is hosted on Docker Hub
You can pull via
docker pull teleivo/openmrs-platform
Ensure you built or pulled the image first.
Since this image needs OpenMRS Platform MySQL to run please refer to the Docker Compose example in the example folder example/README.md
Content type
Image
Digest
Size
108.6 MB
Last updated
about 10 years ago
docker pull teleivo/openmrs-platform