Use the following procedure to uninstall a Comm Broker.
Important
Before you uninstall a Comm Broker, contact Trellix Customer Support.
To uninstall a Comm Broker:
To stop the Comm Broker service, use the command
docker psto get the name of the container, and then use the following command:docker stop <container_name>
Remove the stopped container:
docker rm <container_name>
Remove the package:
docker rmi cb:latest
Delete the downloaded Comm Broker file, and all files that were unzipped from it:
rm -fr run_sender.sh shared cb_<version_number>.tar*