Skip to content

Instantly share code, notes, and snippets.

@maesa
Created May 9, 2022 10:19
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 maesa/5196ce6813c02839fc63e64836822969 to your computer and use it in GitHub Desktop.
Save maesa/5196ce6813c02839fc63e64836822969 to your computer and use it in GitHub Desktop.
Show docker service current environment
docker service inspect --format='{{range .Spec.TaskTemplate.ContainerSpec.Env}}{{println .}}{{end}}' service_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment