Last active
February 8, 2017 19:21
-
-
Save danehans/888970c843a4c6b5f45c03f8c396db7d to your computer and use it in GitHub Desktop.
k8s v6 intro code review
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
| # from node running docker (k8s node) | |
| docker ps | grep web | |
| "NetworkSettings": { | |
| "Bridge": "", | |
| "SandboxID": "", | |
| "HairpinMode": false, | |
| "LinkLocalIPv6Address": "", | |
| "LinkLocalIPv6PrefixLen": 0, | |
| "Ports": null, | |
| "SandboxKey": "", | |
| "SecondaryIPAddresses": null, | |
| "SecondaryIPv6Addresses": null, | |
| "EndpointID": "", | |
| "Gateway": "", | |
| "GlobalIPv6Address": "", | |
| "GlobalIPv6PrefixLen": 0, | |
| "IPAddress": "", | |
| "IPPrefixLen": 0, | |
| "IPv6Gateway": "", | |
| "MacAddress": "", | |
| "Networks": null | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment