Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 699 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 699 Bytes

Open Ondemand on docker

Volumes

  • /etc/ood must be mounted as a persistent volume since generated configurations will be stored here, including yours.
  • /etc/slurm must contains slurm.conf for Slurm.
  • /secrets/sssd must contains sssd.conf for LDAP.
  • /secrets/munge must contains munge.key for Slurm auth.
  • /secrets/sshd must contains SSH host keys (and eventually sshd_config).

Ports

  • 8080 HTTP
  • 5556 OIDC (HTTP auth)

Recommendation: Use a reverse proxy other than the one included in the docker to add SSL.

Additional information

This docker image uses PAM to authenticate users.