Created
April 7, 2021 22:19
-
-
Save dalmosantos/1c430cf302f70360784ffd5bd6c945a9 to your computer and use it in GitHub Desktop.
View docker stack logs (all services)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker stack services -q <stack_name> | xargs -L1 -I{} sh -c 'docker service logs -f {} &' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment