1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209
| docker inspect [root@Shyee ~]# docker inspect a87e6c731659 [ { "Id": "a87e6c731659ecff036fac2cede73e586466f15bbc026f5a1f3d106bc990a38a", "Created": "2021-01-20T04:22:02.208432632Z", "Path": "/bin/sh", "Args": [ "-c", "while true;do echo Shyee;sleep 1;done" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 101771, "ExitCode": 0, "Error": "", "StartedAt": "2021-01-20T04:22:02.751586945Z", "FinishedAt": "0001-01-01T00:00:00Z" }, "Image": "sha256:300e315adb2f96afe5f0b2780b87f28ae95231fe3bdd1e16b9ba606307728f55", "ResolvConfPath": "/var/lib/docker/containers/a87e6c731659ecff036fac2cede73e586466f15bbc026f5a1f3d106bc990a38a/resolv.conf", "HostnamePath": "/var/lib/docker/containers/a87e6c731659ecff036fac2cede73e586466f15bbc026f5a1f3d106bc990a38a/hostname", "HostsPath": "/var/lib/docker/containers/a87e6c731659ecff036fac2cede73e586466f15bbc026f5a1f3d106bc990a38a/hosts", "LogPath": "/var/lib/docker/containers/a87e6c731659ecff036fac2cede73e586466f15bbc026f5a1f3d106bc990a38a/a87e6c731659ecff036fac2cede73e586466f15bbc026f5a1f3d106bc990a38a-json.log", "Name": "/dazzling_matsumoto", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": null, "ContainerIDFile": "", "LogConfig": { "Type": "json-file", "Config": {} }, "NetworkMode": "default", "PortBindings": {}, "RestartPolicy": { "Name": "no", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": null, "CapDrop": null, "Capabilities": null, "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": null, "GroupAdd": null, "IpcMode": "private", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": false, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": null, "UTSMode": "", "UsernsMode": "", "ShmSize": 67108864, "Runtime": "runc", "ConsoleSize": [ 0, 0 ], "Isolation": "", "CpuShares": 0, "Memory": 0, "NanoCpus": 0, "CgroupParent": "", "BlkioWeight": 0, "BlkioWeightDevice": [], "BlkioDeviceReadBps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteIOps": null, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DeviceCgroupRules": null, "DeviceRequests": null, "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": null, "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": [ "/proc/asound", "/proc/acpi", "/proc/kcore", "/proc/keys", "/proc/latency_stats", "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", "/proc/scsi", "/sys/firmware" ], "ReadonlyPaths": [ "/proc/bus", "/proc/fs", "/proc/irq", "/proc/sys", "/proc/sysrq-trigger" ] }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/24893cfd3f87c08a9366dac239c9fd5b02fea33a192fcc3f0c243a671c4da2c8-init/diff:/var/lib/docker/overlay2/f660b0f563e2db7f1e4e7c42e598560f1c25d2e10d534e781bfb2ccd45e9b38b/diff", "MergedDir": "/var/lib/docker/overlay2/24893cfd3f87c08a9366dac239c9fd5b02fea33a192fcc3f0c243a671c4da2c8/merged", "UpperDir": "/var/lib/docker/overlay2/24893cfd3f87c08a9366dac239c9fd5b02fea33a192fcc3f0c243a671c4da2c8/diff", "WorkDir": "/var/lib/docker/overlay2/24893cfd3f87c08a9366dac239c9fd5b02fea33a192fcc3f0c243a671c4da2c8/work" }, "Name": "overlay2" }, "Mounts": [], "Config": { "Hostname": "a87e6c731659", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Cmd": [ "/bin/sh", "-c", "while true;do echo Shyee;sleep 1;done" ], "Image": "centos", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": null, "Labels": { "org.label-schema.build-date": "20201204", "org.label-schema.license": "GPLv2", "org.label-schema.name": "CentOS Base Image", "org.label-schema.schema-version": "1.0", "org.label-schema.vendor": "CentOS" } }, "NetworkSettings": { "Bridge": "", "SandboxID": "b1519a918616f880d5139e041386bce0c0a2e49c4330750c5f4ca8da34cae7e9", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": {}, "SandboxKey": "/var/run/docker/netns/b1519a918616", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "1b101194ef0bb0cb2990db0acfa26a50e9dd20d10a0f633993ab1ef7a8b4ff98", "Gateway": "172.17.0.1", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "172.17.0.2", "IPPrefixLen": 16, "IPv6Gateway": "", "MacAddress": "02:42:ac:11:00:02", "Networks": { "bridge": { "IPAMConfig": null, "Links": null, "Aliases": null, "NetworkID": "a414e1e71fc0c80a2484ca0c656819a0532ccc902b70b9123a07dab25baaf04a", "EndpointID": "1b101194ef0bb0cb2990db0acfa26a50e9dd20d10a0f633993ab1ef7a8b4ff98", "Gateway": "172.17.0.1", "IPAddress": "172.17.0.2", "IPPrefixLen": 16, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "02:42:ac:11:00:02", "DriverOpts": null } } } } ]
|