Place to store Docker Commands I use regularly

Kill all docker containers

  • docker kill $(docker ps -q)
  • source