Uninstalling Sametime on Docker or Podman

To uninstall Sametime on Docker, follow these steps.

Procedure

  1. Run the command to remove the images from the image repository.
    • For Docker,
      docker rmi
      For the full list of Docker commands, refer to Docker rmi in the Docker documentation for additional information.
    • For Podman,
      $ podman rmi --all
      Attention: This command removes all images in the local storage, including the images that are not Sametime specific. For the full list of Podman commands, refer to Podman-rmi.
  2. Find the installation directory and remove the extracted files from that folder. For more information, refer to Installing Sametime on Docker or Podman in the Podman documentation for additional information.

What to do next

If you plan to re-install Sametime, refer to Installing Sametime in a Docker or Podman environment. To migrate or upgrade to a higher version, refer to Migrating and Upgrading.