RKE Cluster - Disk pressure on node

Hello,

I’ve a disk pressure on a node, 92% full on docker volume. I have lot of exited docker images. How could I remove them or purge without break running ?

I’ve tried to drain the node, in safe mode. could I drain in aggressive mode ?
Or is there any commands to kill / purge these exited images ?

docker ps -a --format ‘table {{.ID}}\t{{.Image}}\t{{.Command}}\t{{.CreatedAt}}\t{{.Status}}’ -f status=exited

CONTAINER ID IMAGE COMMAND CREATED AT STATUS
3d4667635001 ff281650a721 “/opt/bin/flanneld -…” 2020-11-17 13:42:32 +0100 CET Exited (1) 8 weeks ago
0a17bd28debf a6af7d3208c7 “/usr/local/bin/flex…” 2020-11-17 13:42:31 +0100 CET Exited (0) 8 weeks ago
6d80ac08ccb7 c2377c6cbeff “/install-cni.sh” 2020-11-17 13:42:29 +0100 CET Exited (0) 8 weeks ago
b43d9982b9ae rancher/rancher-agent:v2.3.5 “run.sh – share-roo…” 2020-04-09 00:17:15 +0200 CEST Exited (0) 8 weeks ago
e1e2f6141cfe rancher/coredns-coredns “/coredns -conf /etc…” 2020-04-08 23:31:52 +0200 CEST Exited (255) 8 weeks ago
29268079ad82 rancher/calico-node “start_runit” 2020-04-08 23:31:47 +0200 CEST Exited (255) 8 weeks ago
0a3bbe73d878 rancher/pause:3.1 “/pause” 2020-04-08 23:31:46 +0200 CEST Exited (255) 8 weeks ago
2bad67d172f4 rancher/pause:3.1 “/pause” 2020-04-08 23:31:14 +0200 CEST Exited (255) 8 weeks ago

Thanks so much,
Regards