Remove container¶
Summary
- Stop the container.
- Remove (delete) both the server and data containers.
- Remove (delete) both images.
Caution
These steps delete the PMM Server Docker image and any accumulated PMM metrics data.
To remove the container:
-
Stop pmm-server container.
docker stop pmm-server
-
Remove containers.
docker rm pmm-server pmm-data
-
Remove the image.
docker rmi $(docker images | grep "percona/pmm-server" | awk {'print $3'})
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.