Guest User

Untitled

a guest
Dec 29th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. [root@control01 ~]# docker inspect kolla_ansible
  2. [
  3. {
  4. "Id": "ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77",
  5. "Created": "2015-12-21T00:51:11.732618657Z",
  6. "Path": "/bin/sleep",
  7. "Args": [
  8. "infinity"
  9. ],
  10. "State": {
  11. "Running": true,
  12. "Paused": false,
  13. "Restarting": false,
  14. "OOMKilled": false,
  15. "Dead": false,
  16. "Pid": 6053,
  17. "ExitCode": 0,
  18. "Error": "",
  19. "StartedAt": "2015-12-29T10:59:01.910077548Z",
  20. "FinishedAt": "2015-12-29T10:59:01.866916756Z"
  21. },
  22. "Image": "138128943d2a3780136275782138e336ce0c37e05bcec67caca16e087ccab0a3",
  23. "NetworkSettings": {
  24. "Bridge": "",
  25. "EndpointID": "056ba1d9a843d7b91b1389b15d9ade0fe1282510c8fb5320f55ed08fe3403943",
  26. "Gateway": "\u003cnil\u003e",
  27. "GlobalIPv6Address": "",
  28. "GlobalIPv6PrefixLen": 0,
  29. "HairpinMode": false,
  30. "IPAddress": "",
  31. "IPPrefixLen": 0,
  32. "IPv6Gateway": "",
  33. "LinkLocalIPv6Address": "",
  34. "LinkLocalIPv6PrefixLen": 0,
  35. "MacAddress": "",
  36. "NetworkID": "eb41c9dded82bfaf56fae4ced1f80c5a76a29b9565f1639c405146143da18e8f",
  37. "PortMapping": null,
  38. "Ports": {},
  39. "SandboxKey": "/var/run/docker/netns/default",
  40. "SecondaryIPAddresses": null,
  41. "SecondaryIPv6Addresses": null
  42. },
  43. "ResolvConfPath": "/var/lib/docker/containers/ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77/resolv.conf",
  44. "HostnamePath": "/var/lib/docker/containers/ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77/hostname",
  45. "HostsPath": "/var/lib/docker/containers/ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77/hosts",
  46. "LogPath": "/var/lib/docker/containers/ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77/ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77-json.log",
  47. "Name": "/kolla_ansible",
  48. "RestartCount": 0,
  49. "Driver": "devicemapper",
  50. "ExecDriver": "native-0.2",
  51. "MountLabel": "system_u:object_r:svirt_sandbox_file_t:s0:c135,c773",
  52. "ProcessLabel": "system_u:system_r:svirt_lxc_net_t:s0:c135,c773",
  53. "AppArmorProfile": "",
  54. "ExecIDs": null,
  55. "HostConfig": {
  56. "Binds": [
  57. "/run/:/run/:rw",
  58. "/var/lib/kolla/dev/log:/dev/log:rw",
  59. "/dev/:/dev/:rw"
  60. ],
  61. "ContainerIDFile": "",
  62. "LxcConf": null,
  63. "Memory": 0,
  64. "MemorySwap": 0,
  65. "CpuShares": 0,
  66. "CpuPeriod": 0,
  67. "CpusetCpus": "",
  68. "CpusetMems": "",
  69. "CpuQuota": 0,
  70. "BlkioWeight": 0,
  71. "OomKillDisable": false,
  72. "MemorySwappiness": null,
  73. "Privileged": false,
  74. "PortBindings": null,
  75. "Links": null,
  76. "PublishAllPorts": false,
  77. "Dns": null,
  78. "DnsSearch": null,
  79. "ExtraHosts": null,
  80. "VolumesFrom": null,
  81. "Devices": null,
  82. "NetworkMode": "host",
  83. "IpcMode": "",
  84. "PidMode": "",
  85. "UTSMode": "",
  86. "CapAdd": null,
  87. "CapDrop": null,
  88. "GroupAdd": null,
  89. "RestartPolicy": {
  90. "Name": "always",
  91. "MaximumRetryCount": 0
  92. },
  93. "SecurityOpt": null,
  94. "ReadonlyRootfs": false,
  95. "Ulimits": null,
  96. "LogConfig": {
  97. "Type": "json-file",
  98. "Config": {}
  99. },
  100. "CgroupParent": "",
  101. "ConsoleSize": [
  102. 0,
  103. 0
  104. ]
  105. },
  106. "GraphDriver": {
  107. "Name": "devicemapper",
  108. "Data": {
  109. "DeviceId": "44",
  110. "DeviceName": "docker-253:1-393575-ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77",
  111. "DeviceSize": "107374182400"
  112. }
  113. },
  114. "Mounts": [
  115. {
  116. "Source": "/dev",
  117. "Destination": "/dev",
  118. "Mode": "rw",
  119. "RW": true
  120. },
  121. {
  122. "Source": "/var/lib/kolla/dev/log",
  123. "Destination": "/dev/log",
  124. "Mode": "rw",
  125. "RW": true
  126. },
  127. {
  128. "Source": "/run",
  129. "Destination": "/run",
  130. "Mode": "rw",
  131. "RW": true
  132. }
  133. ],
  134. "Config": {
  135. "Hostname": "control01",
  136. "Domainname": "local",
  137. "User": "ansible",
  138. "AttachStdin": false,
  139. "AttachStdout": false,
  140. "AttachStderr": false,
  141. "ExposedPorts": null,
  142. "PublishService": "",
  143. "Tty": true,
  144. "OpenStdin": false,
  145. "StdinOnce": false,
  146. "Env": [
  147. "ANSIBLE_LIBRARY=/usr/share/ansible",
  148. "ANSIBLE_NOCOLOR=1",
  149. "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
  150. "KOLLA_BASE_DISTRO=centos",
  151. "KOLLA_INSTALL_TYPE=binary",
  152. "KOLLA_INSTALL_METATYPE=rdo"
  153. ],
  154. "Cmd": [
  155. "/bin/sleep",
  156. "infinity"
  157. ],
  158. "Image": "operator.local:5000/lokolla/centos-binary-kolla-ansible:1.0.0",
  159. "Volumes": {
  160. "/dev/": {},
  161. "/dev/log": {},
  162. "/run/": {}
  163. },
  164. "VolumeDriver": "",
  165. "WorkingDir": "",
  166. "Entrypoint": null,
  167. "NetworkDisabled": false,
  168. "MacAddress": "",
  169. "OnBuild": null,
  170. "Labels": null
  171. }
  172. }
  173. ]
Advertisement
Add Comment
Please, Sign In to add comment