Skip to content

Instantly share code, notes, and snippets.

@pthiers
Created August 3, 2022 15:03
Show Gist options
  • Save pthiers/21c907154e934b53ae01d20c1e147ebb to your computer and use it in GitHub Desktop.
Save pthiers/21c907154e934b53ae01d20c1e147ebb to your computer and use it in GitHub Desktop.
Get list of gateway from docker container for xdebug
docker inspect -f='{{range .NetworkSettings.Networks}}{{println .Gateway}}{{end}}' <container-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment