3.1 Prerequisites for Updating Containers

Perform the following steps before you update each of the Identity Manager containers.

IMPORTANT:This section does not apply for the PostgreSQL container. For information about the steps to be performed for the PostgreSQL container, see Updating PostgreSQL Container.

  1. Take a back up of the shared volume. The examples in the guide assumes /data as the shared volume.

  2. Stop all the Identity Manager containers.

    docker stop <container name>

    For example,

    docker stop engine-container

  3. Delete all the Identity Manager containers.

    docker rm <container name>

    For example,

    docker rm engine-container

  4. (Conditional) Delete all obsolete Docker images.

    docker rmi <image ID>