Chapter 9. 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>

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.