Uninstall PMM client using Docker container¶
To remove (uninstall) PMM Client, do the following steps in Docker:
Caution
These steps delete the PMM Client Docker image and client services configuration data.
To uninstall PMM client with the Docker container:
-
Stop pmm-client container.
docker stop pmm-client
-
Remove containers.
docker rm pmm-client
-
Remove the image.
docker rmi $(docker images | grep "percona/pmm-client" | awk {'print $3'})
-
Remove the volume.
docker volume rm pmm-client-data
Get expert help¶
If you need assistance, you can find comprehensive and free database knowledge on our community forum or blog posts. For professional support and services, contact our Percona Database Experts.