Skip to content

Instantly share code, notes, and snippets.

@fobiasmog
Created December 10, 2021 15:04
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 fobiasmog/036c24b80a9e9b8d1a455240a67a2fb1 to your computer and use it in GitHub Desktop.
Save fobiasmog/036c24b80a9e9b8d1a455240a67a2fb1 to your computer and use it in GitHub Desktop.
Docker notes

Стопнуть кучу контейнеров по фильтру

docker ps -f 'name=shop*' --format "{{.ID}}" | xargs -L 1 docker stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment