Advertisement
Guest User

docker inspect

a guest
Apr 19th, 2016
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  1. ➜ backend-e2e-testing-framework git:(master) ✗ docker inspect f8cfa0ef1551
  2. [
  3. {
  4. "Id": "f8cfa0ef155174264f57caca93fb740517ebc47ab2108f50dc21822714109516",
  5. "Created": "2016-04-19T10:42:48.650035132Z",
  6. "Path": "/bin/conductor-base-entrypoint.sh",
  7. "Args": [
  8. "/healthChecker",
  9. "/conductor/libexec/app.searchconsole.etl.scheduler/bin/applauncher.sh"
  10. ],
  11. "State": {
  12. "Status": "running",
  13. "Running": true,
  14. "Paused": false,
  15. "Restarting": false,
  16. "OOMKilled": false,
  17. "Dead": false,
  18. "Pid": 9637,
  19. "ExitCode": 0,
  20. "Error": "",
  21. "StartedAt": "2016-04-19T10:42:50.021364666Z",
  22. "FinishedAt": "0001-01-01T00:00:00Z"
  23. },
  24. "Image": "sha256:ad11a44179f56318575f2696532c6f6bd1e5629199863e7cf127124c95c2f4dc",
  25. "ResolvConfPath": "/mnt/sda1/var/lib/docker/containers/f8cfa0ef155174264f57caca93fb740517ebc47ab2108f50dc21822714109516/resolv.conf",
  26. "HostnamePath": "/mnt/sda1/var/lib/docker/containers/f8cfa0ef155174264f57caca93fb740517ebc47ab2108f50dc21822714109516/hostname",
  27. "HostsPath": "/mnt/sda1/var/lib/docker/containers/f8cfa0ef155174264f57caca93fb740517ebc47ab2108f50dc21822714109516/hosts",
  28. "LogPath": "",
  29. "Name": "/scheduler",
  30. "RestartCount": 0,
  31. "Driver": "aufs",
  32. "MountLabel": "",
  33. "ProcessLabel": "",
  34. "AppArmorProfile": "",
  35. "ExecIDs": null,
  36. "HostConfig": {
  37. "Binds": null,
  38. "ContainerIDFile": "",
  39. "LogConfig": {
  40. "Type": "syslog",
  41. "Config": {
  42. "syslog-address": "tcp://192.168.1.4:51109",
  43. "tag": "{{.FullID}}"
  44. }
  45. },
  46. "NetworkMode": "default",
  47. "PortBindings": null,
  48. "RestartPolicy": {
  49. "Name": "",
  50. "MaximumRetryCount": 0
  51. },
  52. "AutoRemove": false,
  53. "VolumeDriver": "",
  54. "VolumesFrom": null,
  55. "CapAdd": null,
  56. "CapDrop": null,
  57. "Dns": null,
  58. "DnsOptions": null,
  59. "DnsSearch": null,
  60. "ExtraHosts": null,
  61. "GroupAdd": null,
  62. "IpcMode": "",
  63. "Cgroup": "",
  64. "Links": [
  65. "/mysql_6620b8ee-e9ff-4c02-3dbb-b776a196219c:/scheduler/mysql"
  66. ],
  67. "OomScoreAdj": 0,
  68. "PidMode": "",
  69. "Privileged": false,
  70. "PublishAllPorts": true,
  71. "ReadonlyRootfs": false,
  72. "SecurityOpt": null,
  73. "StorageOpt": null,
  74. "UTSMode": "",
  75. "UsernsMode": "",
  76. "ShmSize": 67108864,
  77. "ConsoleSize": [
  78. 0,
  79. 0
  80. ],
  81. "Isolation": "",
  82. "CpuShares": 0,
  83. "Memory": 0,
  84. "CgroupParent": "",
  85. "BlkioWeight": 0,
  86. "BlkioWeightDevice": null,
  87. "BlkioDeviceReadBps": null,
  88. "BlkioDeviceWriteBps": null,
  89. "BlkioDeviceReadIOps": null,
  90. "BlkioDeviceWriteIOps": null,
  91. "CpuPeriod": 0,
  92. "CpuQuota": 0,
  93. "CpusetCpus": "",
  94. "CpusetMems": "",
  95. "Devices": null,
  96. "DiskQuota": 0,
  97. "KernelMemory": 0,
  98. "MemoryReservation": 0,
  99. "MemorySwap": 0,
  100. "MemorySwappiness": -1,
  101. "OomKillDisable": false,
  102. "PidsLimit": 0,
  103. "Ulimits": null,
  104. "CpuCount": 0,
  105. "CpuPercent": 0,
  106. "BlkioIOps": 0,
  107. "BlkioBps": 0,
  108. "SandboxSize": 0
  109. },
  110. "GraphDriver": {
  111. "Name": "aufs",
  112. "Data": null
  113. },
  114. "Mounts": [],
  115. "Config": {
  116. "Hostname": "f8cfa0ef1551",
  117. "Domainname": "",
  118. "User": "",
  119. "AttachStdin": false,
  120. "AttachStdout": false,
  121. "AttachStderr": false,
  122. "Tty": false,
  123. "OpenStdin": false,
  124. "StdinOnce": false,
  125. "Env": [
  126. "cond.deploy.dcontext=/be2et/searchconsole/scheduler",
  127. "configDataSourceDescriptor.databaseName=config",
  128. "configDataSourceDescriptor.hostname=192.168.99.100",
  129. "configDataSourceDescriptor.port=32804",
  130. "configDataSourceDescriptor.username=root",
  131. "configDataSourceDescriptor.password=r0ck0n",
  132. "googleSearchConsoleEtlDataSourceDescriptor.databaseName=google_search_console_etl",
  133. "googleSearchConsoleEtlDataSourceDescriptor.hostname=192.168.99.100",
  134. "googleSearchConsoleEtlDataSourceDescriptor.port=32804",
  135. "googleSearchConsoleEtlDataSourceDescriptor.username=root",
  136. "googleSearchConsoleEtlDataSourceDescriptor.password=r0ck0n",
  137. "cond.aws.creds.google_search_console.accessKeyId=AKIAICPTG5T2H334NSVQ",
  138. "cond.aws.creds.google_search_console.secretKey=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",
  139. "cond.searchconsole.scheduling.sqs.queue=cond-be2et_edba3c1e-6eea-7fd0-527d-ae6d89a622fa_searchconsole-etl-scheduler",
  140. "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
  141. "IN_DOCKER=true",
  142. "_UNWRAPPED_CONDUCTOR_S3CP=/bin/unwrapped-conductor-s3cp",
  143. "CONDUCTOR_S3CP=/bin/conductor-s3cp",
  144. "HELP=/bin/help",
  145. "CONDUCTOR_INIT_DIR=/etc/conductor-init/"
  146. ],
  147. "Cmd": null,
  148. "Image": "registry.battery-park.conductor.com/app.searchconsole.etl.scheduler",
  149. "Volumes": null,
  150. "WorkingDir": "",
  151. "Entrypoint": [
  152. "/bin/conductor-base-entrypoint.sh",
  153. "/healthChecker",
  154. "/conductor/libexec/app.searchconsole.etl.scheduler/bin/applauncher.sh"
  155. ],
  156. "OnBuild": null,
  157. "Labels": {}
  158. },
  159. "NetworkSettings": {
  160. "Bridge": "",
  161. "SandboxID": "25ddc8115129f69077a39a530565a2c6e8a3f8e05e11e2209db98542d16df7e9",
  162. "HairpinMode": false,
  163. "LinkLocalIPv6Address": "",
  164. "LinkLocalIPv6PrefixLen": 0,
  165. "Ports": {},
  166. "SandboxKey": "/var/run/docker/netns/25ddc8115129",
  167. "SecondaryIPAddresses": null,
  168. "SecondaryIPv6Addresses": null,
  169. "EndpointID": "601c1cb4088639e84835ff0b4c1a11ea910bddd86f4d2c4a756ffa933e286370",
  170. "Gateway": "172.17.0.1",
  171. "GlobalIPv6Address": "",
  172. "GlobalIPv6PrefixLen": 0,
  173. "IPAddress": "172.17.0.3",
  174. "IPPrefixLen": 16,
  175. "IPv6Gateway": "",
  176. "MacAddress": "02:42:ac:11:00:03",
  177. "Networks": {
  178. "bridge": {
  179. "IPAMConfig": null,
  180. "Links": null,
  181. "Aliases": null,
  182. "NetworkID": "fc7534f7cc0bec6449211111f98ce668b7956be91169d9a2465b2ea55473bb55",
  183. "EndpointID": "601c1cb4088639e84835ff0b4c1a11ea910bddd86f4d2c4a756ffa933e286370",
  184. "Gateway": "172.17.0.1",
  185. "IPAddress": "172.17.0.3",
  186. "IPPrefixLen": 16,
  187. "IPv6Gateway": "",
  188. "GlobalIPv6Address": "",
  189. "GlobalIPv6PrefixLen": 0,
  190. "MacAddress": "02:42:ac:11:00:03"
  191. }
  192. }
  193. }
  194. }
  195. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement