Skip to content

Instantly share code, notes, and snippets.

@danehans
Last active February 8, 2017 19:21
Show Gist options
  • Select an option

  • Save danehans/888970c843a4c6b5f45c03f8c396db7d to your computer and use it in GitHub Desktop.

Select an option

Save danehans/888970c843a4c6b5f45c03f8c396db7d to your computer and use it in GitHub Desktop.
k8s v6 intro code review
# 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