SyntaxFix
Write A Post
Hire A Developer
Questions
On Ubuntu 14.04 (Trusty Tahr):
$ for CON in `docker ps -qa`; do docker rm $CON ; done
This is just a normal Bash command so it should work with EVERY Bash-compliant terminal.