easypanel-io / community

Modern server control panel powered by Docker
https://easypanel.io
51 stars 4 forks source link

Uninstall this #75

Closed seracoder closed 1 year ago

seracoder commented 1 year ago

I installed easypanel via the one line command and now cannot remove it from docker, I tried to stop the container and remove it but it just keeps replicating again itself.

SuperManito commented 1 year ago

OneKey Tutorial - Uninstall/Remove

1. Delete Service

docker service rm "$(docker service ls | grep -E "easypanel|error-pages|traefik" | awk '{print $1}' | tr -s '\n' ' ')"

2. Delete Images

docker rmi "$(docker images | grep -E "easypanel|error-pages|traefik" | awk '{print $1}' | tr -s '\n' ' ')"

3. Delete Local Files

rm -rf /etc/easypanel