Skip to content

Instantly share code, notes, and snippets.

@afitterling
Last active December 4, 2021 07:43
Show Gist options
  • Save afitterling/85043b52ea50d0178e1521a60888d549 to your computer and use it in GitHub Desktop.
Save afitterling/85043b52ea50d0178e1521a60888d549 to your computer and use it in GitHub Desktop.

list services across nodes

docker node ps $(docker node ls -q) --filter desired-state=Running | uniq

attach to container by name filter

docker exec -it $(docker ps -f name=main_backend-admin -q) bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment