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