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.