4.1 Uninstallation of Identity Console Docker Container

To uninstall Identity Console Docker container, perform the following steps:

  1. Stop the Identity Console container:

    docker stop <container-name>
  2. Run the following command to remove the Identity Console Docker Container:

    docker rm -f <container_name>
  3. Run the following command to remove the Docker image:

    docker rmi -f <docker_image_id>
  4. Remove the Docker volume:

    docker volume rm <docker-volume>

    NOTE:If you remove the volume, the data will also be removed from your server.