How to 'prune' unused docker images in Electric Eel?

Coming from the dockge-in-jailmaker setup, I got used to purging / pruning unused docker images to free up space & to ensure a ‘clean’ build for any given container or stack.

The TrueNAS shell command for this is:

jlmkr shell docker

Then, once in the docker shell:

docker system prune -a

Is there a similar way to do this in EE? I see the container mgmt interface under Apps > Configuration > Manage Container Images, but it doesn’t quite look as easy / automated as the docker prune command was at “cleaning” unused stuff.

This should work in EE

1 Like

it works in RC2,recovered 8.47GB.

1 Like

Yes it does (straight from the shell), thanks.

1.693GB here.