Delete your private probe in Docker
-
List your running containers.
docker ps
-
Stop the private probe container.
docker stop <container_id_or_name>
-
Remove the container.
docker rm <container_id_or_name>
After your Docker container is removed, your private probe will no longer run checks. Starting a new container later with the same
LOCAL_ID will bring back the private probe identity and resume its checks. Creating a new LOCAL_ID will register a new probe.