Running Docker
Last updated
Was this helpful?
Last updated
Was this helpful?
OpenCGA produces four different Docker images for runnning OpenCGA in two main different modes: cluster and local. All of them run Java 8 and can be found in , the docker images are:
****: base image for building the other images, this image contains the OpenCGA basic installation folder.
: image running REST web services
: all-in-one image with all OpenCGA components running
: image that contains external tools (e.g., samtools, fastqc, R, ...) used by OpenCGA analysis
You can use OpenCGA Docker image to run a complete OpenCGA platform locally. You can use the other images to deploy a whole cluster solution in a cloud environment using Kubernetes. Docker Images are deployed in .
OpenCGA publishes a number of images into for user ease. These images are based on Alpine JRE images to keep sizes as small as possible, contains OpenCGA binaries, for complete contents of image, please have a look at Dockerfile in github. A typical image name will follow the following structure :
opencga:{OPENCGA_VERSION_NUMBER}-{VARIANT_STORAGE_FLAVOUR}
OPENCGA_VERSION_NUMBER __ will be like 1.4.0, 1.4.2, 2.0 etc
VARIANT_STORAGE_FLAVOUR can be mongoDB 4.0, hdinshigh, emr etc
e.g. opencga:1.4.0-mongo4.0
OpenCGA has published a docker image for quick testing and playing without going through hassle to learn, wait and install each and every OpenCGA components. The docker image is available at the public docker registry under the repository opencb/opencga-demo.
The OpenCGA demo docker image contains the following components:
OpenCGA binaries
MongoDB 4.0
Solr 6.6 (default)
init.sh, a bash script to :
Install OpenCGA catalog
Populate data (optional)
Kubernetes, Ansible, OpenStack, ....
This mode is not intended for production but for a user demo.
To download OpenCGA demo image, use the command with the OpenCB enterprise, opencga-demo repository and tag.