klee network inspect

Display detailed information on a network.

Usage

$ klee network inspect [OPTIONS] NETWORK

For example uses of this command, refer to the examples section below.

Options

Name, shorthand Default Description
--help Show this message and exit.

Examples

$ klee create -n mynet -l ipnet FreeBSD
da8f4c116490
$ klee network inspect my-net
{
  "network": {
    "gateway": "<auto>",
    "gateway6": "<auto>",
    "icc": true,
    "id": "cb9e8681e036",
    "interface": "mynet",
    "internal": false,
    "name": "mynet",
    "nat": "em0",
    "subnet": "10.2.3.0/24",
    "subnet6": "",
    "type": "bridge"
  },
  "network_endpoints": [
    {
      "container_id": "da8f4c116490",
      "epair": null,
      "id": "0b534000eeb7",
      "ip_address": "10.2.3.2",
      "ip_address6": "",
      "network_id": "cb9e8681e036"
    }
  ]
}

Parent command

Command Description
klee network Manage networks