Advertisement
hguerrero

docker inspect skupper-router

Dec 18th, 2020
854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 10.96 KB | None | 0 0
  1. [
  2.     {
  3.         "Id": "e23eb78f482e532a5c91e1cfa466988be59d07550b95a29ff1b458760770055d",
  4.         "Created": "2020-12-18T15:49:18.1714201Z",
  5.         "Path": "/home/qdrouterd/bin/launch.sh",
  6.         "Args": [],
  7.         "State": {
  8.             "Status": "running",
  9.             "Running": true,
  10.             "Paused": false,
  11.             "Restarting": false,
  12.             "OOMKilled": false,
  13.             "Dead": false,
  14.             "Pid": 588751,
  15.             "ExitCode": 0,
  16.             "Error": "",
  17.             "StartedAt": "2020-12-18T15:49:19.8908231Z",
  18.             "FinishedAt": "0001-01-01T00:00:00Z"
  19.         },
  20.         "Image": "sha256:808df108071c6abb2fe8e8d84749c93261eae8f0ee1854e1624f4eef80bd32fc",
  21.         "ResolvConfPath": "/var/lib/docker/containers/e23eb78f482e532a5c91e1cfa466988be59d07550b95a29ff1b458760770055d/resolv.conf",
  22.         "HostnamePath": "/var/lib/docker/containers/e23eb78f482e532a5c91e1cfa466988be59d07550b95a29ff1b458760770055d/hostname",
  23.         "HostsPath": "/var/lib/docker/containers/e23eb78f482e532a5c91e1cfa466988be59d07550b95a29ff1b458760770055d/hosts",
  24.         "LogPath": "/var/lib/docker/containers/e23eb78f482e532a5c91e1cfa466988be59d07550b95a29ff1b458760770055d/e23eb78f482e532a5c91e1cfa466988be59d07550b95a29ff1b458760770055d-json.log",
  25.         "Name": "/skupper-router",
  26.         "RestartCount": 0,
  27.         "Driver": "overlay2",
  28.         "Platform": "linux",
  29.         "MountLabel": "",
  30.         "ProcessLabel": "",
  31.         "AppArmorProfile": "",
  32.         "ExecIDs": null,
  33.         "HostConfig": {
  34.             "Binds": null,
  35.             "ContainerIDFile": "",
  36.             "LogConfig": {
  37.                 "Type": "json-file",
  38.                 "Config": {}
  39.             },
  40.             "NetworkMode": "default",
  41.             "PortBindings": null,
  42.             "RestartPolicy": {
  43.                 "Name": "",
  44.                 "MaximumRetryCount": 0
  45.             },
  46.             "AutoRemove": false,
  47.             "VolumeDriver": "",
  48.             "VolumesFrom": null,
  49.             "CapAdd": null,
  50.             "CapDrop": null,
  51.             "Capabilities": null,
  52.             "Dns": null,
  53.             "DnsOptions": null,
  54.             "DnsSearch": null,
  55.             "ExtraHosts": null,
  56.             "GroupAdd": null,
  57.             "IpcMode": "private",
  58.             "Cgroup": "",
  59.             "Links": null,
  60.             "OomScoreAdj": 0,
  61.             "PidMode": "",
  62.             "Privileged": true,
  63.             "PublishAllPorts": false,
  64.             "ReadonlyRootfs": false,
  65.             "SecurityOpt": [
  66.                 "label=disable"
  67.             ],
  68.             "UTSMode": "",
  69.             "UsernsMode": "",
  70.             "ShmSize": 67108864,
  71.             "Runtime": "runc",
  72.             "ConsoleSize": [
  73.                 0,
  74.                 0
  75.             ],
  76.             "Isolation": "",
  77.             "CpuShares": 0,
  78.             "Memory": 0,
  79.             "NanoCpus": 0,
  80.             "CgroupParent": "",
  81.             "BlkioWeight": 0,
  82.             "BlkioWeightDevice": null,
  83.             "BlkioDeviceReadBps": null,
  84.             "BlkioDeviceWriteBps": null,
  85.             "BlkioDeviceReadIOps": null,
  86.             "BlkioDeviceWriteIOps": null,
  87.             "CpuPeriod": 0,
  88.             "CpuQuota": 0,
  89.             "CpuRealtimePeriod": 0,
  90.             "CpuRealtimeRuntime": 0,
  91.             "CpusetCpus": "",
  92.             "CpusetMems": "",
  93.             "Devices": null,
  94.             "DeviceCgroupRules": null,
  95.             "DeviceRequests": null,
  96.             "KernelMemory": 0,
  97.             "KernelMemoryTCP": 0,
  98.             "MemoryReservation": 0,
  99.             "MemorySwap": 0,
  100.             "MemorySwappiness": null,
  101.             "OomKillDisable": false,
  102.             "PidsLimit": null,
  103.             "Ulimits": null,
  104.             "CpuCount": 0,
  105.             "CpuPercent": 0,
  106.             "IOMaximumIOps": 0,
  107.             "IOMaximumBandwidth": 0,
  108.             "Mounts": [
  109.                 {
  110.                     "Type": "bind",
  111.                     "Source": "/var/tmp/skupper/connections",
  112.                     "Target": "/etc/qpid-dispatch/connections"
  113.                 },
  114.                 {
  115.                     "Type": "bind",
  116.                     "Source": "/var/tmp/skupper/config",
  117.                     "Target": "/etc/qpid-dispatch/config"
  118.                 },
  119.                 {
  120.                     "Type": "bind",
  121.                     "Source": "/var/tmp/skupper/console-users",
  122.                     "Target": "/etc/qpid-dispatch/sasl-users/"
  123.                 },
  124.                 {
  125.                     "Type": "bind",
  126.                     "Source": "/var/tmp/skupper/sasl-config",
  127.                     "Target": "/etc/sasl2"
  128.                 },
  129.                 {
  130.                     "Type": "bind",
  131.                     "Source": "/var/tmp/skupper/qpid-dispatch-certs",
  132.                     "Target": "/etc/qpid-dispatch-certs"
  133.                 }
  134.             ],
  135.             "MaskedPaths": null,
  136.             "ReadonlyPaths": null
  137.         },
  138.         "GraphDriver": {
  139.             "Data": {
  140.                 "LowerDir": "/var/lib/docker/overlay2/9460a44e1a7aebf05d895432c0d4ee0835b5d7fd188bdebbfe391c505450c482-init/diff:/var/lib/docker/overlay2/ac22dd070c52f99df260411ccce04d66f64ba04b8fb4f9f7b9fb99012a39fad0/diff:/var/lib/docker/overlay2/23ea730f4a70ac16b43a6d1ce3013a6ac09c3ab4da596c56c41da28358aff047/diff:/var/lib/docker/overlay2/8f53a48a4d0d143d03629e6df7335e185e4be0a1480536419c3823d51b39e025/diff:/var/lib/docker/overlay2/bd04fa264fca116fcccb3756ddfc35084ac59191dd763af2cad4a8f6f879b7f0/diff",
  141.                 "MergedDir": "/var/lib/docker/overlay2/9460a44e1a7aebf05d895432c0d4ee0835b5d7fd188bdebbfe391c505450c482/merged",
  142.                 "UpperDir": "/var/lib/docker/overlay2/9460a44e1a7aebf05d895432c0d4ee0835b5d7fd188bdebbfe391c505450c482/diff",
  143.                 "WorkDir": "/var/lib/docker/overlay2/9460a44e1a7aebf05d895432c0d4ee0835b5d7fd188bdebbfe391c505450c482/work"
  144.             },
  145.             "Name": "overlay2"
  146.         },
  147.         "Mounts": [
  148.             {
  149.                 "Type": "bind",
  150.                 "Source": "/var/tmp/skupper/connections",
  151.                 "Destination": "/etc/qpid-dispatch/connections",
  152.                 "Mode": "",
  153.                 "RW": true,
  154.                 "Propagation": "rprivate"
  155.             },
  156.             {
  157.                 "Type": "bind",
  158.                 "Source": "/var/tmp/skupper/config",
  159.                 "Destination": "/etc/qpid-dispatch/config",
  160.                 "Mode": "",
  161.                 "RW": true,
  162.                 "Propagation": "rprivate"
  163.             },
  164.             {
  165.                 "Type": "bind",
  166.                 "Source": "/host_mnt/private/var/tmp/skupper/console-users",
  167.                 "Destination": "/etc/qpid-dispatch/sasl-users",
  168.                 "Mode": "",
  169.                 "RW": true,
  170.                 "Propagation": "rprivate"
  171.             },
  172.             {
  173.                 "Type": "bind",
  174.                 "Source": "/var/tmp/skupper/sasl-config",
  175.                 "Destination": "/etc/sasl2",
  176.                 "Mode": "",
  177.                 "RW": true,
  178.                 "Propagation": "rprivate"
  179.             },
  180.             {
  181.                 "Type": "bind",
  182.                 "Source": "/var/tmp/skupper/qpid-dispatch-certs",
  183.                 "Destination": "/etc/qpid-dispatch-certs",
  184.                 "Mode": "",
  185.                 "RW": true,
  186.                 "Propagation": "rprivate"
  187.             }
  188.         ],
  189.         "Config": {
  190.             "Hostname": "skupper-router",
  191.             "Domainname": "",
  192.             "User": "",
  193.             "AttachStdin": false,
  194.             "AttachStdout": false,
  195.             "AttachStderr": false,
  196.             "ExposedPorts": {
  197.                 "45671/tcp": {},
  198.                 "55671/tcp": {},
  199.                 "55672/tcp": {},
  200.                 "5671/tcp": {},
  201.                 "5672/tcp": {},
  202.                 "9090/tcp": {}
  203.             },
  204.             "Tty": false,
  205.             "OpenStdin": false,
  206.             "StdinOnce": false,
  207.             "Env": [
  208.                 "APPLICATION_NAME=skupper-router",
  209.                 "QDROUTERD_CONF=/etc/qpid-dispatch/config/qdrouterd.json",
  210.                 "QDROUTERD_CONF_TYPE=json",
  211.                 "SKUPPER_SITE_ID=0c29919c-f760-4ac6-9e42-d6b715a27ff6",
  212.                 "DISTTAG=f30container",
  213.                 "FGC=f30",
  214.                 "container=oci",
  215.                 "VERSION=latest",
  216.                 "QDROUTERD_HOME=/home/qdrouterd"
  217.             ],
  218.             "Cmd": [
  219.                 "/home/qdrouterd/bin/launch.sh"
  220.             ],
  221.             "Healthcheck": {
  222.                 "Test": [
  223.                     "curl --fail -s http://localhost:9090/healthz || exit 1"
  224.                 ],
  225.                 "StartPeriod": 60000000000
  226.             },
  227.             "Image": "quay.io/skupper/qdrouterd:0.4",
  228.             "Volumes": null,
  229.             "WorkingDir": "/home/qdrouterd/bin",
  230.             "Entrypoint": null,
  231.             "OnBuild": null,
  232.             "Labels": {
  233.                 "application": "skupper-router",
  234.                 "license": "MIT",
  235.                 "name": "fedora",
  236.                 "prometheus.io/port": "9090",
  237.                 "prometheus.io/scrape": "true",
  238.                 "skupper.io/component": "router",
  239.                 "vendor": "Fedora Project",
  240.                 "version": "30"
  241.             }
  242.         },
  243.         "NetworkSettings": {
  244.             "Bridge": "",
  245.             "SandboxID": "83d422fd65fe215bf0f83da69b223b1628d37630910f6ec9cee6aa8b2a7efd01",
  246.             "HairpinMode": false,
  247.             "LinkLocalIPv6Address": "",
  248.             "LinkLocalIPv6PrefixLen": 0,
  249.             "Ports": {
  250.                 "45671/tcp": null,
  251.                 "55671/tcp": null,
  252.                 "55672/tcp": null,
  253.                 "5671/tcp": null,
  254.                 "5672/tcp": null,
  255.                 "9090/tcp": null
  256.             },
  257.             "SandboxKey": "/var/run/docker/netns/83d422fd65fe",
  258.             "SecondaryIPAddresses": null,
  259.             "SecondaryIPv6Addresses": null,
  260.             "EndpointID": "",
  261.             "Gateway": "",
  262.             "GlobalIPv6Address": "",
  263.             "GlobalIPv6PrefixLen": 0,
  264.             "IPAddress": "",
  265.             "IPPrefixLen": 0,
  266.             "IPv6Gateway": "",
  267.             "MacAddress": "",
  268.             "Networks": {
  269.                 "skupper-network": {
  270.                     "IPAMConfig": null,
  271.                     "Links": null,
  272.                     "Aliases": [
  273.                         "e23eb78f482e"
  274.                     ],
  275.                     "NetworkID": "49e1870e5cfde3c31a410bc39663f8c628c212a2fa96f146fa649f39cad112cf",
  276.                     "EndpointID": "290866ee556d5cb27214ef0f30c9578297f66fd31254f4a740a51143d02b6fb6",
  277.                     "Gateway": "172.23.0.1",
  278.                     "IPAddress": "172.23.0.2",
  279.                     "IPPrefixLen": 16,
  280.                     "IPv6Gateway": "",
  281.                     "GlobalIPv6Address": "",
  282.                     "GlobalIPv6PrefixLen": 0,
  283.                     "MacAddress": "02:42:ac:17:00:02",
  284.                     "DriverOpts": null
  285.                 }
  286.             }
  287.         }
  288.     }
  289. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement