Closed seracoder closed 1 year ago
docker service rm "$(docker service ls | grep -E "easypanel|error-pages|traefik" | awk '{print $1}' | tr -s '\n' ' ')"
docker rmi "$(docker images | grep -E "easypanel|error-pages|traefik" | awk '{print $1}' | tr -s '\n' ' ')"
rm -rf /etc/easypanel
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.