Remove container¶
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 the container:
docker rm pmm-server
-
Remove the data volume:
docker volume rm pmm-data
-
Remove the image:
docker rmi $(docker images | grep "percona/pmm-server" | awk '{print $3}')