Linux/Docker/Variables & Snippets: Difference between revisions
(Die Seite wurde neu angelegt: „== Docker Host IP == <pre> ip -4 route list match 0/0 | cut -d' ' -f3 </pre>“) |
No edit summary |
||
Line 3: | Line 3: | ||
ip -4 route list match 0/0 | cut -d' ' -f3 | ip -4 route list match 0/0 | cut -d' ' -f3 | ||
</pre> | </pre> | ||
[[Category:Linux/Docker]] | |||
[[Category:Linux]] |
Revision as of 21:44, 10 April 2019
Docker Host IP
ip -4 route list match 0/0 | cut -d' ' -f3