Created
August 3, 2022 15:03
-
-
Save pthiers/21c907154e934b53ae01d20c1e147ebb to your computer and use it in GitHub Desktop.
Get list of gateway from docker container for xdebug
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 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