Launch the container:
docker run -p 8080:8080 -p 5556:5556 -d --name ood ohiosupercomputer/ood
To set default SSH host for shell app:
docker run -p 8080:80 -p 5556:5556 -d --name ood -e DEFAULT_SSHHOST=login.my_center.edu ohiosupercomputer/ood
Add a cluster configuration file
docker cp <cluster name>.yaml ood:/etc/ood/config/clusters.d/<cluster name>.yaml
Once the container is online, the Open OnDemand interface can be accessed at localhost:8080. Access to
OpenOnDemand is via the ood@localhost
user with password password
cp -f ../common/ood-setup.sh ./ood-setup.sh
docker build -t ohiosupercomputer/ood:1.8.18 -t ohiosupercomputer/ood:1.8 -t ohiosupercomputer/ood:latest .
docker push ohiosupercomputer/ood:1.8.18
docker push ohiosupercomputer/ood:1.8
docker push ohiosupercomputer/ood:latest