all in one container with drupal 7, tripal 3, postgresql, elasticsearch
10K+
This is a container running Tripal 3 with Drupal 7, elasticsearch, and postgresql all in one container. It also comes preloaded with an organism, ~200 CDS mRNAs, their proteins, annotations for the CDS, and the Hardwoods theme installed.
Instructions:
This container simply loads data into the container provided by Ming Chen mingchen0919/docker-tripal-v3
Note that you must link volumes for the base tripal module, tripal extension modules, and any data files you want carried over.
docker run -ti -v ~/local/path/to/tripal3/modules:/var/www/html/sites/all/modules/tripal_extensions -v ~/local/path/to/data_files:/var/www/html/sites/default/files/host -v ~/local/path/to/tripal:/var/www/html/sites/all/modules/tripal -p 8080:80 bcondon/docker_tripal3 /bin/bash
Content type
Image
Digest
Size
852.3 MB
Last updated
over 8 years ago
docker pull bcondon/docker_tripal3