Based on cytomine/base. Will be used as a proxy for all the Cytomine services.
10K+
Please see explainations on the cytomine/base page
The Cytomine nginx container (based on cytomine/base) will be used as a proxy for all the Cytomine services. It will install nginx & nginx upload module.
Must be linked to a core, ims, retrieval, iipOfficial, iipJ2, iipCyto and iris container.
docker run -m 1g -d -p 22 -p 80:80 --link core:core --link ims:ims \
--volumes-from ims --link retrieval:retrieval \
--link iipOff:iip_officiel \
--link iipCyto:iip_cyto --link iipJ2:iip_jpeg2000 \
--link iris:iris \
--name nginx \
-e CORE_URL=$CORE_URL \
-e IMS_URLS="$IMS_URLS" \
-e RETRIEVAL_URL=$RETRIEVAL_URL \
-e IIP_OFF_URL=$IIP_OFF_URL \
-e IIP_CYTO_URL=$IIP_CYTO_URL \
-e IIP_JP2_URL=$IIP_JP2_URL \
-e UPLOAD_URL=$UPLOAD_URL \
-e IRIS_URL=$IRIS_URL \
-e IRIS_ENABLED=$IRIS_ENABLED \
cytomine/nginx
Content type
Image
Digest
sha256:292547031…
Size
16 MB
Last updated
6 months ago
docker pull cytomine/nginx