The following section outlines the steps to uninstall the Cloud Resolver instance on a system with Docker installed.
To uninstall the Cloud Resolver Docker image
- Connect to the host system using SSH.
- Stop the Cloud Resolver container by running the following
command:
docker stop <cloud_resolver_container_name>
- Remove the Cloud Resolver container by running the following
command:
docker rm <cloud_resolver_container_name>