Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 379 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 379 Bytes

Docker

Docker images for MOLGENIS applications.

Requirements

Installation

git clone https://github.com/molgenis/docker.git

cd docker\molgenis\2.0

docker-compose up

Start MOLGENIS

docker-compose start

Navigate to http://localhost:8081/ in your browser.

Stop MOLGENIS

docker-compose stop