latest, centos7, c7 (applications/econsent/econsent.c7.dockerfile)
centos6, c6 (applications/econsent/econsent.c6.dockerfile)
This image contains the deployment environment for the eConsent tool. The deployment procedure may look something like this:
git clone https://github.com/CBIIT/nci-webtools-dceg-econsent.git /tmp/econsent
git clone https://github.com/CBIIT/nci-analysis-tools-web-presence.git /tmp/web_presencesudo mkdir -p /local/econsent/app /local/econsent/logs
sudo chown -R `id -u`:`id -g` /local/econsent
cp -r /tmp/econsent/* /local/econsent/app/
cp -r /tmp/web_presence/common /local/econsent/app/ docker pull cbiitss/econsentdocker run \
--detach \
--name econsent \
--publish 8000:8000 \
--user `id -u`:`id -g` \
--volume /etc/localtime:/etc/localtime:ro \
--volume /local/econsent/:/deploy/ \
cbiitss/econsent
eConsent tool is now running on localhost:8000
Content type
Image
Digest
Size
212.5 MB
Last updated
about 10 years ago
docker pull cbiitss/econsent