This is a thredds server inside a Docker environment with ssh enabled
1.5K
This is a thredds server inside a Docker environment with ssh enabled
-d
-p22:22
-p80:8080
-p443:8443
--restart=always
-v{location of csi-data}: /data
docker pull hdizzle/thredds-docker
docker run \
-d \
-p22:22 \
-p80:8080 \
-p443:8443 \
--restart=always \
-v/csi-data: /data \
hdizzle/thredds-docker
Content type
Image
Digest
Size
471.5 MB
Last updated
almost 10 years ago
docker pull hdizzle/thredds-docker