Red Hat Training
A Red Hat training course is available for Red Hat Enterprise Linux
Chapter 10. Updating SSSD Containers
This procedure describes how you can update System Security Services Daemon (SSSD) containers if a new version of the rhel7/sssd image is released.
Procedure
Stop the SSSD service:
If SSSD is running as a system container:
# systemctl stop sssdIf SSSD is running as an application container:
# atomic stop <container_name>
Use the
docker rmcommand to remove the image:# docker rm rhel7/sssdInstall the latest SSSD image:
# atomic install rhel7/sssdStart the SSSD service:
If SSSD runs as a system container:
# systemctl start sssdIf SSSD runs as an application container, start each container using the
atomic startcommand:# atomic start <container_name>