Releasing space in Docker on Ubuntu or Linux

Tiempo de lectura: < 1 minuto If we have problems with the space that Docker occupies, we can do the following to free up the space used: These logs grow unchecked and can free up dozens of GB without losing anything important. Ejecuta: sudo find /var/lib/docker/containers/ -type f -name “*-json.log” -delete This will delete all container logs (you should do it). … Read more