Advertisement
isenberg

docker inspect devupsen_app

Feb 8th, 2025
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 8.31 KB | None | 0 0
  1. [
  2.     {
  3.         "Id": "2d4728b0524c67f41999496ad15180057311344d359edfb6759b683db5e19472",
  4.         "Created": "2025-02-08T07:48:06.126776445Z",
  5.         "Path": "/bin/sh",
  6.         "Args": [
  7.             "-c",
  8.             "app"
  9.         ],
  10.         "State": {
  11.             "Status": "exited",
  12.             "Running": false,
  13.             "Paused": false,
  14.             "Restarting": false,
  15.             "OOMKilled": false,
  16.             "Dead": false,
  17.             "Pid": 0,
  18.             "ExitCode": 3,
  19.             "Error": "",
  20.             "StartedAt": "2025-02-08T07:48:06.307975323Z",
  21.             "FinishedAt": "2025-02-08T07:48:06.625530828Z"
  22.         },
  23.         "Image": "sha256:6de8949b9e3a0d71c7b8eb55c3f1d3a4eb89357d1c789150ef88f8e585ab286f",
  24.         "ResolvConfPath": "/var/lib/docker/containers/2d4728b0524c67f41999496ad15180057311344d359edfb6759b683db5e19472/resolv.conf",
  25.         "HostnamePath": "/var/lib/docker/containers/2d4728b0524c67f41999496ad15180057311344d359edfb6759b683db5e19472/hostname",
  26.         "HostsPath": "/var/lib/docker/containers/2d4728b0524c67f41999496ad15180057311344d359edfb6759b683db5e19472/hosts",
  27.         "LogPath": "/var/lib/docker/containers/2d4728b0524c67f41999496ad15180057311344d359edfb6759b683db5e19472/2d4728b0524c67f41999496ad15180057311344d359edfb6759b683db5e19472-json.log",
  28.         "Name": "/devupsen_app",
  29.         "RestartCount": 0,
  30.         "Driver": "overlay2",
  31.         "Platform": "linux",
  32.         "MountLabel": "",
  33.         "ProcessLabel": "",
  34.         "AppArmorProfile": "",
  35.         "ExecIDs": null,
  36.         "HostConfig": {
  37.             "Binds": [
  38.                 "/home/ncuqb/config.yaml:/etc/devupsen/config.yaml"
  39.             ],
  40.             "ContainerIDFile": "",
  41.             "LogConfig": {
  42.                 "Type": "json-file",
  43.                 "Config": {}
  44.             },
  45.             "NetworkMode": "mynet",
  46.             "PortBindings": {
  47.                 "9000/tcp": [
  48.                     {
  49.                         "HostIp": "",
  50.                         "HostPort": "80"
  51.                     }
  52.                 ]
  53.             },
  54.             "RestartPolicy": {
  55.                 "Name": "no",
  56.                 "MaximumRetryCount": 0
  57.             },
  58.             "AutoRemove": false,
  59.             "VolumeDriver": "",
  60.             "VolumesFrom": null,
  61.             "ConsoleSize": [
  62.                 47,
  63.                 187
  64.             ],
  65.             "CapAdd": null,
  66.             "CapDrop": null,
  67.             "CgroupnsMode": "host",
  68.             "Dns": [],
  69.             "DnsOptions": [],
  70.             "DnsSearch": [],
  71.             "ExtraHosts": null,
  72.             "GroupAdd": null,
  73.             "IpcMode": "private",
  74.             "Cgroup": "",
  75.             "Links": null,
  76.             "OomScoreAdj": 0,
  77.             "PidMode": "",
  78.             "Privileged": false,
  79.             "PublishAllPorts": false,
  80.             "ReadonlyRootfs": false,
  81.             "SecurityOpt": null,
  82.             "UTSMode": "",
  83.             "UsernsMode": "",
  84.             "ShmSize": 67108864,
  85.             "Runtime": "runc",
  86.             "Isolation": "",
  87.             "CpuShares": 0,
  88.             "Memory": 0,
  89.             "NanoCpus": 0,
  90.             "CgroupParent": "",
  91.             "BlkioWeight": 0,
  92.             "BlkioWeightDevice": [],
  93.             "BlkioDeviceReadBps": [],
  94.             "BlkioDeviceWriteBps": [],
  95.             "BlkioDeviceReadIOps": [],
  96.             "BlkioDeviceWriteIOps": [],
  97.             "CpuPeriod": 0,
  98.             "CpuQuota": 0,
  99.             "CpuRealtimePeriod": 0,
  100.             "CpuRealtimeRuntime": 0,
  101.             "CpusetCpus": "",
  102.             "CpusetMems": "",
  103.             "Devices": [],
  104.             "DeviceCgroupRules": null,
  105.             "DeviceRequests": null,
  106.             "MemoryReservation": 0,
  107.             "MemorySwap": 0,
  108.             "MemorySwappiness": null,
  109.             "OomKillDisable": false,
  110.             "PidsLimit": null,
  111.             "Ulimits": [],
  112.             "CpuCount": 0,
  113.             "CpuPercent": 0,
  114.             "IOMaximumIOps": 0,
  115.             "IOMaximumBandwidth": 0,
  116.             "MaskedPaths": [
  117.                 "/proc/asound",
  118.                 "/proc/acpi",
  119.                 "/proc/kcore",
  120.                 "/proc/keys",
  121.                 "/proc/latency_stats",
  122.                 "/proc/timer_list",
  123.                 "/proc/timer_stats",
  124.                 "/proc/sched_debug",
  125.                 "/proc/scsi",
  126.                 "/sys/firmware",
  127.                 "/sys/devices/virtual/powercap"
  128.             ],
  129.             "ReadonlyPaths": [
  130.                 "/proc/bus",
  131.                 "/proc/fs",
  132.                 "/proc/irq",
  133.                 "/proc/sys",
  134.                 "/proc/sysrq-trigger"
  135.             ]
  136.         },
  137.         "GraphDriver": {
  138.             "Data": {
  139.                 "LowerDir": "/var/lib/docker/overlay2/364d861334658a283a67c2bf88e7304a1528965a653aaae6908ff8c0b9959b3f-init/diff:/var/lib/docker/overlay2/eebfcca645ec82d390297ae82591a8ee7b4f786cea50859899f9b224426df8b9/diff:/var/lib/docker/overlay2/8e61e48a3e013431e283957378b48e4b9d08c31eb4a005a431c4e3e4674950a7/diff:/var/lib/docker/overlay2/d76eb5b11aeace014f2c30a9ffb009e87bac44a3eb2fa40b500b0a1eea09490d/diff:/var/lib/docker/overlay2/d839d32d7ca10801d4155551068295362bf29c160ec792d1515666778f81206e/diff",
  140.                 "MergedDir": "/var/lib/docker/overlay2/364d861334658a283a67c2bf88e7304a1528965a653aaae6908ff8c0b9959b3f/merged",
  141.                 "UpperDir": "/var/lib/docker/overlay2/364d861334658a283a67c2bf88e7304a1528965a653aaae6908ff8c0b9959b3f/diff",
  142.                 "WorkDir": "/var/lib/docker/overlay2/364d861334658a283a67c2bf88e7304a1528965a653aaae6908ff8c0b9959b3f/work"
  143.             },
  144.             "Name": "overlay2"
  145.         },
  146.         "Mounts": [
  147.             {
  148.                 "Type": "bind",
  149.                 "Source": "/home/ncuqb/config.yaml",
  150.                 "Destination": "/etc/devupsen/config.yaml",
  151.                 "Mode": "",
  152.                 "RW": true,
  153.                 "Propagation": "rprivate"
  154.             }
  155.         ],
  156.         "Config": {
  157.             "Hostname": "2d4728b0524c",
  158.             "Domainname": "",
  159.             "User": "",
  160.             "AttachStdin": false,
  161.             "AttachStdout": false,
  162.             "AttachStderr": false,
  163.             "ExposedPorts": {
  164.                 "9000/tcp": {}
  165.             },
  166.             "Tty": false,
  167.             "OpenStdin": false,
  168.             "StdinOnce": false,
  169.             "Env": [
  170.                 "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  171.             ],
  172.             "Cmd": [
  173.                 "app"
  174.             ],
  175.             "Image": "devupsen/docker:2.3.2",
  176.             "Volumes": null,
  177.             "WorkingDir": "",
  178.             "Entrypoint": [
  179.                 "/bin/sh",
  180.                 "-c"
  181.             ],
  182.             "OnBuild": null,
  183.             "Labels": {}
  184.         },
  185.         "NetworkSettings": {
  186.             "Bridge": "",
  187.             "SandboxID": "",
  188.             "SandboxKey": "",
  189.             "Ports": {},
  190.             "HairpinMode": false,
  191.             "LinkLocalIPv6Address": "",
  192.             "LinkLocalIPv6PrefixLen": 0,
  193.             "SecondaryIPAddresses": null,
  194.             "SecondaryIPv6Addresses": null,
  195.             "EndpointID": "",
  196.             "Gateway": "",
  197.             "GlobalIPv6Address": "",
  198.             "GlobalIPv6PrefixLen": 0,
  199.             "IPAddress": "",
  200.             "IPPrefixLen": 0,
  201.             "IPv6Gateway": "",
  202.             "MacAddress": "",
  203.             "Networks": {
  204.                 "mynet": {
  205.                     "IPAMConfig": {
  206.                         "IPv4Address": "172.55.0.3"
  207.                     },
  208.                     "Links": null,
  209.                     "Aliases": [
  210.                         "app"
  211.                     ],
  212.                     "MacAddress": "",
  213.                     "DriverOpts": null,
  214.                     "NetworkID": "2c8106acf29e3935eb358208ce5e99d72b8b5b072dc9efc3c3963beefc757276",
  215.                     "EndpointID": "",
  216.                     "Gateway": "",
  217.                     "IPAddress": "",
  218.                     "IPPrefixLen": 0,
  219.                     "IPv6Gateway": "",
  220.                     "GlobalIPv6Address": "",
  221.                     "GlobalIPv6PrefixLen": 0,
  222.                     "DNSNames": [
  223.                         "devupsen_app",
  224.                         "app",
  225.                         "2d4728b0524c"
  226.                     ]
  227.                 }
  228.             }
  229.         }
  230.     }
  231. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement