PrevPrev Article
NextNext Article
ESCClose
도커의 모든 컨테이너를 Stop 하거나 Remove 하는 방법
docker stop $(docker ps -a -q) docker rm $(docker ps -a -q)