Skip to content

Instantly share code, notes, and snippets.

@a5ync
Created May 2, 2018 17:49
Show Gist options
  • Select an option

  • Save a5ync/2c9a12e6b5b64ca34fbafc51bd713b93 to your computer and use it in GitHub Desktop.

Select an option

Save a5ync/2c9a12e6b5b64ca34fbafc51bd713b93 to your computer and use it in GitHub Desktop.
Docker - list env variables
docker inspect -f '{{range $index, $value := .Config.Env}}{{$value}} {{end}}' container_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment