Is it safe to run the command "yes | docker images prune" on a Linux Docker host while another image is being built?
At work there is a Docker host with a pretty small /var/lib/docker which fills up pretty fast whenever a few of the docker build commands fail in a row. In particular because not all of the docker build commands use…