k3s¶
see also some kubernetes / k8s stuff:
cleanup unused images¶
that's how things start. cleanup unused images, sometimes I need to do that and besides what kubernetes things since other stuff is also running on the same system (I know).
list images:
delete images not currently in use:
delete individual image¶
import docker / container image¶
make sure to set the deployment imagePullPolicy to Never:
how to use it in a kubernetes yaml file: