Docker containers for the OLFS component of the Hyrax Data Server.
50K+
Note: The snapshot container may not work as expected as it is not part of a formalized release. If you want a stable release version you can use the olfs web application bundled with a numbered release of the Hyrax Data Server.
Run the container like this:
docker run -d -h olfs -p 8080:8080 --name=olfs opendap/olfs:snapshot
Command explanation:
-d - Detaches the terminal from the running container (you get your terminal prompt back).-h olfs - Sets the hostname for the server to olfs .-p 8080:8080 - Maps your system's port 8080 to the docker hosts port 8080. Your system's port
is the first one , before the colon. If you wanted to map your system port 9090 to the docker host port 8080
you would say: -p 9090:8080--name= olfs - Sets the name of the docker container to olfs .opendap/olfs:snapshot - The name of the docker image that will be run.Content type
Image
Digest
sha256:107541f21…
Size
510.6 MB
Last updated
8 days ago
docker pull opendap/olfs:1.19.0-54.67-el9-test-deploy