# check logs in the worker docker logs worker --follow # what to do when postgres No space left on device #Lister tous les containers docker ps -a #Tous les down docker stop id1 id2 id3 ... #Pruner les container docker container prune #Pruner les image docker image prune -a (modifié) #Pruner les volume docker volume prune #Supprimer les volumes non détectés automatiquement docker volume ls docker volume rm id1 id2 id3 ...
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter