How to uninstall Sametime 12.0.1 on Docker

Hello

Unfortunately I don't have any Docker skills and have to migrate our Sametime 11.6 to the version 12.

I installed Sametime 12.0.1 on Docker and like always after a Domino or Sametime installation I deleted the installation directory! In addition I installed the chat only version instead of the Premium version!

Sametime seems to be running. My questions are:

- Has the installation directory to be kept after a successful installation?

- How can Sametime completely be removed and cleaned up from Docker and Ubuntu in order to re-install Sametime Premium?

Thank you!

Regards

Patrice

In a docker installation - two things happen:

a) The Sametime images are copied to the docker repository

b) the local configuration files (custom.env, env, docker-compose.yml) are edited/modified based on inputs from the 'install' script.

To uninstall 'completely' - you could

a) remove the images from the docker repository - https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes

b) remove the directory you unzipped the 'install' to. (Like you already did)

But in reality - if you want to 're-install' - all you need to do is re-unzip the files and run 'install.sh' again - it will prompt you for the needed configuration items and re-create the configuration. It will discover that the images are already in the docker repository, and you will be good to go.

ha ha, the beauty of docker.