Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.77 KB | None | 0 0
  1. ```
  2. [
  3. {
  4. "Id": "0ab0417380530321e5211bf4a52643b1faabea1eda943f3f938adf84baacf541",
  5. "Created": "2017-10-13T14:55:08.364229747Z",
  6. "Path": "docker-entrypoint.sh",
  7. "Args": [
  8. "mysqld"
  9. ],
  10. "State": {
  11. "Status": "exited",
  12. "Running": false,
  13. "Paused": false,
  14. "Restarting": false,
  15. "OOMKilled": false,
  16. "Dead": false,
  17. "Pid": 0,
  18. "ExitCode": 1,
  19. "Error": "",
  20. "StartedAt": "2017-10-13T14:57:38.696587938Z",
  21. "FinishedAt": "2017-10-13T14:57:38.929618097Z"
  22. },
  23. "Image": "sha256:8a2bb11da1588c6913149696174ab312456cd59e2b2efde47f6f0ee428728330",
  24. "ResolvConfPath": "/var/lib/docker/containers/0ab0417380530321e5211bf4a52643b1faabea1eda943f3f938adf84baacf541/resolv.conf",
  25. "HostnamePath": "/var/lib/docker/containers/0ab0417380530321e5211bf4a52643b1faabea1eda943f3f938adf84baacf541/hostname",
  26. "HostsPath": "/var/lib/docker/containers/0ab0417380530321e5211bf4a52643b1faabea1eda943f3f938adf84baacf541/hosts",
  27. "LogPath": "/var/lib/docker/containers/0ab0417380530321e5211bf4a52643b1faabea1eda943f3f938adf84baacf541/0ab0417380530321e5211bf4a52643b1faabea1eda943f3f938adf84baacf541-json.log",
  28. "Name": "/affisedev-mysql",
  29. "RestartCount": 0,
  30. "Driver": "aufs",
  31. "Platform": "linux",
  32. "MountLabel": "",
  33. "ProcessLabel": "",
  34. "AppArmorProfile": "docker-default",
  35. "ExecIDs": null,
  36. "HostConfig": {
  37. "Binds": [
  38. "/home/oleg/work/affise_dev_docker/configs/mysql:/etc/mysql/conf.d:ro",
  39. "/home/oleg/work/affise_dev_docker/data/mysql:/var/lib/mysql:rw"
  40. ],
  41. "ContainerIDFile": "",
  42. "LogConfig": {
  43. "Type": "json-file",
  44. "Config": {}
  45. },
  46. "NetworkMode": "affisedevdocker_affisedev",
  47. "PortBindings": {},
  48. "RestartPolicy": {
  49. "Name": "",
  50. "MaximumRetryCount": 0
  51. },
  52. "AutoRemove": false,
  53. "VolumeDriver": "",
  54. "VolumesFrom": [],
  55. "CapAdd": null,
  56. "CapDrop": null,
  57. "Dns": null,
  58. "DnsOptions": null,
  59. "DnsSearch": null,
  60. "ExtraHosts": null,
  61. "GroupAdd": null,
  62. "IpcMode": "shareable",
  63. "Cgroup": "",
  64. "Links": null,
  65. "OomScoreAdj": 0,
  66. "PidMode": "",
  67. "Privileged": false,
  68. "PublishAllPorts": false,
  69. "ReadonlyRootfs": false,
  70. "SecurityOpt": null,
  71. "UTSMode": "",
  72. "UsernsMode": "",
  73. "ShmSize": 67108864,
  74. "Runtime": "runc",
  75. "ConsoleSize": [
  76. 0,
  77. 0
  78. ],
  79. "Isolation": "",
  80. "CpuShares": 0,
  81. "Memory": 0,
  82. "NanoCpus": 0,
  83. "CgroupParent": "",
  84. "BlkioWeight": 0,
  85. "BlkioWeightDevice": null,
  86. "BlkioDeviceReadBps": null,
  87. "BlkioDeviceWriteBps": null,
  88. "BlkioDeviceReadIOps": null,
  89. "BlkioDeviceWriteIOps": null,
  90. "CpuPeriod": 0,
  91. "CpuQuota": 0,
  92. "CpuRealtimePeriod": 0,
  93. "CpuRealtimeRuntime": 0,
  94. "CpusetCpus": "",
  95. "CpusetMems": "",
  96. "Devices": null,
  97. "DeviceCgroupRules": null,
  98. "DiskQuota": 0,
  99. "KernelMemory": 0,
  100. "MemoryReservation": 0,
  101. "MemorySwap": 0,
  102. "MemorySwappiness": null,
  103. "OomKillDisable": false,
  104. "PidsLimit": 0,
  105. "Ulimits": null,
  106. "CpuCount": 0,
  107. "CpuPercent": 0,
  108. "IOMaximumIOps": 0,
  109. "IOMaximumBandwidth": 0
  110. },
  111. "GraphDriver": {
  112. "Data": null,
  113. "Name": "aufs"
  114. },
  115. "Mounts": [
  116. {
  117. "Type": "bind",
  118. "Source": "/home/oleg/work/affise_dev_docker/configs/mysql",
  119. "Destination": "/etc/mysql/conf.d",
  120. "Mode": "ro",
  121. "RW": false,
  122. "Propagation": "rprivate"
  123. },
  124. {
  125. "Type": "bind",
  126. "Source": "/home/oleg/work/affise_dev_docker/data/mysql",
  127. "Destination": "/var/lib/mysql",
  128. "Mode": "rw",
  129. "RW": true,
  130. "Propagation": "rprivate"
  131. }
  132. ],
  133. "Config": {
  134. "Hostname": "0ab041738053",
  135. "Domainname": "",
  136. "User": "",
  137. "AttachStdin": false,
  138. "AttachStdout": false,
  139. "AttachStderr": false,
  140. "ExposedPorts": {
  141. "3306/tcp": {}
  142. },
  143. "Tty": false,
  144. "OpenStdin": false,
  145. "StdinOnce": false,
  146. "Env": [
  147. "MYSQL_ROOT_PASSWORD=toor",
  148. "MYSQL_PASSWORD=EbNHgufO",
  149. "MYSQL_USER=clobucks",
  150. "MYSQL_DATABASE=webmaster",
  151. "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
  152. "GOSU_VERSION=1.7",
  153. "MYSQL_MAJOR=5.6",
  154. "MYSQL_VERSION=5.6.37-1debian8"
  155. ],
  156. "Cmd": [
  157. "mysqld"
  158. ],
  159. "ArgsEscaped": true,
  160. "Image": "mysql:5.6",
  161. "Volumes": {
  162. "/etc/mysql/conf.d": {},
  163. "/var/lib/mysql": {}
  164. },
  165. "WorkingDir": "",
  166. "Entrypoint": [
  167. "docker-entrypoint.sh"
  168. ],
  169. "OnBuild": null,
  170. "Labels": {
  171. "com.docker.compose.config-hash": "3257ca01914bc7fd17a63c0e9f3b643c7c238aee899415314139fac077179866",
  172. "com.docker.compose.container-number": "1",
  173. "com.docker.compose.oneoff": "False",
  174. "com.docker.compose.project": "affisedevdocker",
  175. "com.docker.compose.service": "mysql",
  176. "com.docker.compose.version": "1.8.0"
  177. }
  178. },
  179. "NetworkSettings": {
  180. "Bridge": "",
  181. "SandboxID": "6f8eeee9dc845ba6906fc0f4b4f5e0fd05f5b81befd6a40a6055e51842c50135",
  182. "HairpinMode": false,
  183. "LinkLocalIPv6Address": "",
  184. "LinkLocalIPv6PrefixLen": 0,
  185. "Ports": {},
  186. "SandboxKey": "/var/run/docker/netns/6f8eeee9dc84",
  187. "SecondaryIPAddresses": null,
  188. "SecondaryIPv6Addresses": null,
  189. "EndpointID": "",
  190. "Gateway": "",
  191. "GlobalIPv6Address": "",
  192. "GlobalIPv6PrefixLen": 0,
  193. "IPAddress": "",
  194. "IPPrefixLen": 0,
  195. "IPv6Gateway": "",
  196. "MacAddress": "",
  197. "Networks": {
  198. "affisedevdocker_affisedev": {
  199. "IPAMConfig": null,
  200. "Links": null,
  201. "Aliases": [
  202. "0ab041738053",
  203. "mysql"
  204. ],
  205. "NetworkID": "1ef2fe0f3279cea7f3355b675df8287e6b621d7f853416d89c403ae022482288",
  206. "EndpointID": "",
  207. "Gateway": "",
  208. "IPAddress": "",
  209. "IPPrefixLen": 0,
  210. "IPv6Gateway": "",
  211. "GlobalIPv6Address": "",
  212. "GlobalIPv6PrefixLen": 0,
  213. "MacAddress": "",
  214. "DriverOpts": null
  215. }
  216. }
  217. }
  218. }
  219. ]
  220. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement