Bash 쉘에 다음과 같이 입력해 난관을 극복해봐~!


docker ps -a | awk 'NR > 1 {print $1}' | xargs docker rm