Skip to content

Dockerized SSSD (used by us for dockerized iRODS deployments)

License

Notifications You must be signed in to change notification settings

bihealth/sssd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized SSSD

This repository contains the necessary files to build a Docker image for SSSD. We use this in bihealth/irods-docker to connect our iRODS server to upstream ActiveDirectory servers.

What's this?

This is a Docker image from CUBI @bihealth that we use for our iRODS deployment.

Building

$ bash build.sh

Data Persistency

Each container exposes volumes for data persistency. The list of volumes are provided in the table below:

path in container usage
/etc/sssd.in/ssd.conf SSSD configuration
/var/lib/sss SSSD sockets

On startup, the files from /etc/sssd.in are copied to /etc/sssd as SSSD really does not like files owned by other users.

Commands

The following commands are available. If you specify anything else then the startup script will exec this command (e.g., bash).

  • sssd (default) -- run SSSD

Environment Variables

N/A

About

Dockerized SSSD (used by us for dockerized iRODS deployments)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages