Advertisement
Guest User

Untitled

a guest
Aug 15th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 KB | None | 0 0
  1. [root@node2 ~]# docker inspect f34b16b6a076
  2. [
  3. {
  4. "Id": "f34b16b6a0765823c447b3953398017381c271504f90cb2c962ff9a85d441b17",
  5. "Created": "2016-08-16T02:08:22.709833476Z",
  6. "Path": "kolla_start",
  7. "Args": [],
  8. "State": {
  9. "Status": "running",
  10. "Running": true,
  11. "Paused": false,
  12. "Restarting": false,
  13. "OOMKilled": false,
  14. "Dead": false,
  15. "Pid": 28151,
  16. "ExitCode": 0,
  17. "Error": "",
  18. "StartedAt": "2016-08-16T02:08:23.1945162Z",
  19. "FinishedAt": "0001-01-01T00:00:00Z"
  20. },
  21. "Image": "sha256:8e31dd10c19c66ac19b752ddc153ebc31974d52bc41270855fd8fc8c2b524c4a",
  22. "ResolvConfPath": "/var/lib/docker/containers/f34b16b6a0765823c447b3953398017381c271504f90cb2c962ff9a85d441b17/resolv.conf",
  23. "HostnamePath": "/var/lib/docker/containers/f34b16b6a0765823c447b3953398017381c271504f90cb2c962ff9a85d441b17/hostname",
  24. "HostsPath": "/var/lib/docker/containers/f34b16b6a0765823c447b3953398017381c271504f90cb2c962ff9a85d441b17/hosts",
  25. "LogPath": "/var/lib/docker/containers/f34b16b6a0765823c447b3953398017381c271504f90cb2c962ff9a85d441b17/f34b16b6a0765823c447b3953398017381c271504f90cb2c962ff9a85d441b17-json.log",
  26. "Name": "/mariadb",
  27. "RestartCount": 0,
  28. "Driver": "devicemapper",
  29. "MountLabel": "",
  30. "ProcessLabel": "",
  31. "AppArmorProfile": "",
  32. "ExecIDs": null,
  33. "HostConfig": {
  34. "Binds": [
  35. "kolla_logs:/var/log/kolla/:rw",
  36. "/etc/localtime:/etc/localtime:ro",
  37. "mariadb:/var/lib/mysql:rw",
  38. "/etc/kolla//mariadb/:/var/lib/kolla/config_files/:ro"
  39. ],
  40. "ContainerIDFile": "",
  41. "LogConfig": {
  42. "Type": "json-file",
  43. "Config": {}
  44. },
  45. "NetworkMode": "host",
  46. "PortBindings": null,
  47. "RestartPolicy": {
  48. "Name": "always",
  49. "MaximumRetryCount": 10
  50. },
  51. "AutoRemove": false,
  52. "VolumeDriver": "",
  53. "VolumesFrom": null,
  54. "CapAdd": null,
  55. "CapDrop": null,
  56. "Dns": null,
  57. "DnsOptions": null,
  58. "DnsSearch": null,
  59. "ExtraHosts": null,
  60. "GroupAdd": null,
  61. "IpcMode": "",
  62. "Cgroup": "",
  63. "Links": null,
  64. "OomScoreAdj": 0,
  65. "PidMode": "",
  66. "Privileged": false,
  67. "PublishAllPorts": false,
  68. "ReadonlyRootfs": false,
  69. "SecurityOpt": [],
  70. "UTSMode": "",
  71. "UsernsMode": "",
  72. "ShmSize": 67108864,
  73. "Runtime": "runc",
  74. "ConsoleSize": [
  75. 0,
  76. 0
  77. ],
  78. "Isolation": "",
  79. "CpuShares": 0,
  80. "Memory": 0,
  81. "CgroupParent": "",
  82. "BlkioWeight": 0,
  83. "BlkioWeightDevice": null,
  84. "BlkioDeviceReadBps": null,
  85. "BlkioDeviceWriteBps": null,
  86. "BlkioDeviceReadIOps": null,
  87. "BlkioDeviceWriteIOps": null,
  88. "CpuPeriod": 0,
  89. "CpuQuota": 0,
  90. "CpusetCpus": "",
  91. "CpusetMems": "",
  92. "Devices": null,
  93. "DiskQuota": 0,
  94. "KernelMemory": 0,
  95. "MemoryReservation": 0,
  96. "MemorySwap": 0,
  97. "MemorySwappiness": -1,
  98. "OomKillDisable": false,
  99. "PidsLimit": 0,
  100. "Ulimits": null,
  101. "CpuCount": 0,
  102. "CpuPercent": 0,
  103. "IOMaximumIOps": 0,
  104. "IOMaximumBandwidth": 0
  105. },
  106. "GraphDriver": {
  107. "Name": "devicemapper",
  108. "Data": {
  109. "DeviceId": "106",
  110. "DeviceName": "docker-253:0-420530-fa2ccea5b78ac0ba50bdcd491e373d7806203e150983857157e80cf4655de318",
  111. "DeviceSize": "10737418240"
  112. }
  113. },
  114. "Mounts": [
  115. {
  116. "Name": "kolla_logs",
  117. "Source": "/var/lib/docker/volumes/kolla_logs/_data",
  118. "Destination": "/var/log/kolla",
  119. "Driver": "local",
  120. "Mode": "rw",
  121. "RW": true,
  122. "Propagation": "rprivate"
  123. },
  124. {
  125. "Source": "/etc/localtime",
  126. "Destination": "/etc/localtime",
  127. "Mode": "ro",
  128. "RW": false,
  129. "Propagation": "rprivate"
  130. },
  131. {
  132. "Name": "mariadb",
  133. "Source": "/var/lib/docker/volumes/mariadb/_data",
  134. "Destination": "/var/lib/mysql",
  135. "Driver": "local",
  136. "Mode": "rw",
  137. "RW": true,
  138. "Propagation": "rprivate"
  139. },
  140. {
  141. "Source": "/etc/kolla/mariadb",
  142. "Destination": "/var/lib/kolla/config_files",
  143. "Mode": "ro",
  144. "RW": false,
  145. "Propagation": "rprivate"
  146. }
  147. ],
  148. "Config": {
  149. "Hostname": "node2.local",
  150. "Domainname": "",
  151. "User": "mysql",
  152. "AttachStdin": false,
  153. "AttachStdout": false,
  154. "AttachStderr": false,
  155. "Tty": true,
  156. "OpenStdin": false,
  157. "StdinOnce": false,
  158. "Env": [
  159. "KOLLA_SERVICE_NAME=mariadb",
  160. "KOLLA_CONFIG_STRATEGY=COPY_ALWAYS",
  161. "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
  162. "KOLLA_BASE_DISTRO=centos",
  163. "KOLLA_INSTALL_TYPE=binary",
  164. "KOLLA_INSTALL_METATYPE=rdo",
  165. "PS1=$(tput bold)($(printenv KOLLA_SERVICE_NAME))$(tput sgr0)[$(id -un)@$(hostname -s) $(pwd)]$ "
  166. ],
  167. "Cmd": [
  168. "kolla_start"
  169. ],
  170. "Image": "deployer.local:4000/kolla/centos-binary-mariadb:3.0.0",
  171. "Volumes": {
  172. "/etc/localtime": {},
  173. "/var/lib/kolla/config_files/": {},
  174. "/var/lib/mysql": {},
  175. "/var/log/kolla/": {}
  176. },
  177. "WorkingDir": "",
  178. "Entrypoint": null,
  179. "OnBuild": null,
  180. "Labels": {
  181. "build-date": "20160729",
  182. "kolla_version": "3.0.0",
  183. "license": "GPLv2",
  184. "name": "CentOS Base Image",
  185. "vendor": "CentOS"
  186. }
  187. },
  188. "NetworkSettings": {
  189. "Bridge": "",
  190. "SandboxID": "553ffc84ff3c634b31e4b21ff574e7a67e9644193ffc8beedd6d13ce0468a167",
  191. "HairpinMode": false,
  192. "LinkLocalIPv6Address": "",
  193. "LinkLocalIPv6PrefixLen": 0,
  194. "Ports": {},
  195. "SandboxKey": "/var/run/docker/netns/default",
  196. "SecondaryIPAddresses": null,
  197. "SecondaryIPv6Addresses": null,
  198. "EndpointID": "",
  199. "Gateway": "",
  200. "GlobalIPv6Address": "",
  201. "GlobalIPv6PrefixLen": 0,
  202. "IPAddress": "",
  203. "IPPrefixLen": 0,
  204. "IPv6Gateway": "",
  205. "MacAddress": "",
  206. "Networks": {
  207. "host": {
  208. "IPAMConfig": null,
  209. "Links": null,
  210. "Aliases": null,
  211. "NetworkID": "d15e5a07ef2821d204546af8b59fcc38fd84a398ef087f91d9c11036024cdd31",
  212. "EndpointID": "1c4558e712dc52d59e7a7ae8b6939e67454fd7da506dccc661d4596448657e3c",
  213. "Gateway": "",
  214. "IPAddress": "",
  215. "IPPrefixLen": 0,
  216. "IPv6Gateway": "",
  217. "GlobalIPv6Address": "",
  218. "GlobalIPv6PrefixLen": 0,
  219. "MacAddress": ""
  220. }
  221. }
  222. }
  223. }
  224. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement