Advertisement
Guest User

Untitled

a guest
Oct 11th, 2016
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.81 KB | None | 0 0
  1. root@kittencloud-1:/etc/kolla/rabbitmq# docker inspect rabbitmq
  2. [
  3. {
  4. "Id": "a7983ce4c1fa6f79fb0696f99f8cab130c77662b23d46d31e005ee63283c0727",
  5. "Created": "2016-10-11T00:26:05.429652152Z",
  6. "Path": "kolla_start",
  7. "Args": [],
  8. "State": {
  9. "Status": "restarting",
  10. "Running": true,
  11. "Paused": false,
  12. "Restarting": true,
  13. "OOMKilled": false,
  14. "Dead": false,
  15. "Pid": 0,
  16. "ExitCode": 140,
  17. "Error": "",
  18. "StartedAt": "2016-10-11T23:33:33.079328968Z",
  19. "FinishedAt": "2016-10-11T23:33:33.699245989Z"
  20. },
  21. "Image": "sha256:4cc80d62805a666bb3a473b529d05e1e1eefbb25cc70e469ca5c442e583adc76",
  22. "ResolvConfPath": "/var/lib/docker/containers/a7983ce4c1fa6f79fb0696f99f8cab130c77662b23d46d31e005ee63283c0727/resolv.conf",
  23. "HostnamePath": "/var/lib/docker/containers/a7983ce4c1fa6f79fb0696f99f8cab130c77662b23d46d31e005ee63283c0727/hostname",
  24. "HostsPath": "/var/lib/docker/containers/a7983ce4c1fa6f79fb0696f99f8cab130c77662b23d46d31e005ee63283c0727/hosts",
  25. "LogPath": "/var/lib/docker/containers/a7983ce4c1fa6f79fb0696f99f8cab130c77662b23d46d31e005ee63283c0727/a7983ce4c1fa6f79fb0696f99f8cab130c77662b23d46d31e005ee63283c0727-json.log",
  26. "Name": "/rabbitmq",
  27. "RestartCount": 11,
  28. "Driver": "aufs",
  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. "/etc/kolla//rabbitmq/:/var/lib/kolla/config_files/:ro",
  38. "rabbitmq:/var/lib/rabbitmq/:rw"
  39. ],
  40. "ContainerIDFile": "",
  41. "LogConfig": {
  42. "Type": "json-file",
  43. "Config": {}
  44. },
  45. "NetworkMode": "host",
  46. "PortBindings": null,
  47. "RestartPolicy": {
  48. "Name": "unless-stopped",
  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": "aufs",
  108. "Data": null
  109. },
  110. "Mounts": [
  111. {
  112. "Name": "kolla_logs",
  113. "Source": "/var/lib/docker/volumes/kolla_logs/_data",
  114. "Destination": "/var/log/kolla",
  115. "Driver": "local",
  116. "Mode": "rw",
  117. "RW": true,
  118. "Propagation": "rprivate"
  119. },
  120. {
  121. "Source": "/etc/localtime",
  122. "Destination": "/etc/localtime",
  123. "Mode": "ro",
  124. "RW": false,
  125. "Propagation": "rprivate"
  126. },
  127. {
  128. "Source": "/etc/kolla/rabbitmq",
  129. "Destination": "/var/lib/kolla/config_files",
  130. "Mode": "ro",
  131. "RW": false,
  132. "Propagation": "rprivate"
  133. },
  134. {
  135. "Name": "rabbitmq",
  136. "Source": "/var/lib/docker/volumes/rabbitmq/_data",
  137. "Destination": "/var/lib/rabbitmq",
  138. "Driver": "local",
  139. "Mode": "rw",
  140. "RW": true,
  141. "Propagation": "rprivate"
  142. }
  143. ],
  144. "Config": {
  145. "Hostname": "kittencloud-1",
  146. "Domainname": "",
  147. "User": "rabbitmq",
  148. "AttachStdin": false,
  149. "AttachStdout": false,
  150. "AttachStderr": false,
  151. "Tty": true,
  152. "OpenStdin": false,
  153. "StdinOnce": false,
  154. "Env": [
  155. "KOLLA_SERVICE_NAME=rabbitmq",
  156. "KOLLA_CONFIG_STRATEGY=COPY_ALWAYS",
  157. "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
  158. "KOLLA_BASE_DISTRO=ubuntu",
  159. "KOLLA_INSTALL_TYPE=binary",
  160. "KOLLA_INSTALL_METATYPE=rdo",
  161. "PS1=$(tput bold)($(printenv KOLLA_SERVICE_NAME))$(tput sgr0)[$(id -un)@$(hostname -s) $(pwd)]$ ",
  162. "DEBIAN_FRONTEND=noninteractive"
  163. ],
  164. "Cmd": [
  165. "kolla_start"
  166. ],
  167. "Image": "192.168.1.1:4000/kolla/ubuntu-binary-rabbitmq:3.0.0",
  168. "Volumes": {
  169. "/etc/localtime": {},
  170. "/var/lib/kolla/config_files/": {},
  171. "/var/lib/rabbitmq/": {},
  172. "/var/log/kolla/": {}
  173. },
  174. "WorkingDir": "",
  175. "Entrypoint": null,
  176. "OnBuild": null,
  177. "Labels": {
  178. "kolla_version": "3.0.0"
  179. }
  180. },
  181. "NetworkSettings": {
  182. "Bridge": "",
  183. "SandboxID": "83df8959c9e1bcdb7fd6982799d10eb436af6494856c981b21b45fef61e462ba",
  184. "HairpinMode": false,
  185. "LinkLocalIPv6Address": "",
  186. "LinkLocalIPv6PrefixLen": 0,
  187. "Ports": {},
  188. "SandboxKey": "/var/run/docker/netns/default",
  189. "SecondaryIPAddresses": null,
  190. "SecondaryIPv6Addresses": null,
  191. "EndpointID": "",
  192. "Gateway": "",
  193. "GlobalIPv6Address": "",
  194. "GlobalIPv6PrefixLen": 0,
  195. "IPAddress": "",
  196. "IPPrefixLen": 0,
  197. "IPv6Gateway": "",
  198. "MacAddress": "",
  199. "Networks": {
  200. "host": {
  201. "IPAMConfig": null,
  202. "Links": null,
  203. "Aliases": null,
  204. "NetworkID": "593b730e4329102ad29bb53880d08e54d48adc87a958170add84ad14e86b85ea",
  205. "EndpointID": "72328bd87eefe80b1bf389bb0884ee0c2336afc67c69916aa35034a6abc5a4b3",
  206. "Gateway": "",
  207. "IPAddress": "",
  208. "IPPrefixLen": 0,
  209. "IPv6Gateway": "",
  210. "GlobalIPv6Address": "",
  211. "GlobalIPv6PrefixLen": 0,
  212. "MacAddress": ""
  213. }
  214. }
  215. }
  216. }
  217. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement