Skip to content

Instantly share code, notes, and snippets.

@SiegfriedEhret
Created August 7, 2017 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SiegfriedEhret/9aafe032640780120af0b757cc6e3ebe to your computer and use it in GitHub Desktop.
Save SiegfriedEhret/9aafe032640780120af0b757cc6e3ebe to your computer and use it in GitHub Desktop.
Des trucs

pour arrêter tous les conteneurs

docker ps | awk '{print $1}' | tail -n +2 | xargs docker stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment