Page 1 des bookarks : docker

Docker: How to Stop and Remove All Containers at Once


$ docker ps -aq | xargs docker stop | xargs docker rm

Ajouté par inwebo le 2024-10-24. Permalink

tags️ : docker