Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

oicr-gsi/miso-lims-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This version of the Docker container is deprecated and has been replaced by new Docker containers miso-lims-webapp and miso-lims-migration.

miso-lims-docker

Base Docker container for miso-lims. This container is built from Tomcat 8.0 and installs MySQL 5.7, nginx, and a number of libraries that miso-lims needs.

Prerequisites

  • Docker 1.9+
  • Internet connection

Build and Deploy

docker build -t misolims/miso-base .

Once the container is built, push it to Docker Hub:

docker login
docker push misolims/miso-base

This image is used in the miso-lims Dockerfile.

Availability

The Dockerfile is available from GitHub and the built container is available on Docker Hub.