Skip to content

Instantly share code, notes, and snippets.

@BlaineEXE
Created July 27, 2022 19:04
Show Gist options
  • Save BlaineEXE/e908904eca287d4f7d66593b14ad0d6e to your computer and use it in GitHub Desktop.
Save BlaineEXE/e908904eca287d4f7d66593b14ad0d6e to your computer and use it in GitHub Desktop.
SSSD Dockerfile for Rook NFS-SSSD prototype
FROM quay.io/centos/centos:stream8
RUN yum install -y sssd sssd-nfs-idmap && yum clean all
ENTRYPOINT [ "sssd", "--interactive", "--logger=stderr" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment