Skip to content

Instantly share code, notes, and snippets.

@GoZOo
Created July 20, 2018 06:06
Show Gist options
  • Save GoZOo/1cb713d8269dc59cf5f923fa6a54ab74 to your computer and use it in GitHub Desktop.
Save GoZOo/1cb713d8269dc59cf5f923fa6a54ab74 to your computer and use it in GitHub Desktop.
Script to stop all docker containers
#! /bin/bash
docker stop $(docker ps -a -q)
docker ps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment