Search

Chapter 10. Updating SSSD Containers

download PDF

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

  1. Stop the SSSD service:

    1. If SSSD is running as a system container:

      # systemctl stop sssd
    2. If SSSD is running as an application container:

      # atomic stop <container_name>
  2. Use the docker rm command to remove the image:

    # docker rm rhel7/sssd
  3. Install the latest SSSD image:

    # atomic install rhel7/sssd
  4. Start the SSSD service:

    1. If SSSD runs as a system container:

      # systemctl start sssd
    2. If SSSD runs as an application container, start each container using the atomic start command:

      # atomic start <container_name>
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.