Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. [
  2. {
  3. "dnsSearchDomains": null,
  4. "logConfiguration": null,
  5. "entryPoint": [],
  6. "portMappings": [
  7. {
  8. "hostPort": "0",
  9. "protocol": "tcp",
  10. "containerPort": 9000
  11. }
  12. ],
  13. "command": [],
  14. "linuxParameters": null,
  15. "environment": null,
  16. "ulimits": null,
  17. "dnsServers": null,
  18. "mountPoints": null,
  19. "workingDirectory": null,
  20. "dockerSecurityOptions": null,
  21. "memory": null,
  22. "memoryReservation": null,
  23. "volumesFrom": null,
  24. "image": "216964580315.dkr.ecr.us-east-2.amazonaws.com/php",
  25. "disableNetworking": null,
  26. "healthCheck": null,
  27. "essential": true,
  28. "links": null,
  29. "hostname": null,
  30. "extraHosts": null,
  31. "user": null,
  32. "readonlyRootFilesystem": null,
  33. "dockerLabels": null,
  34. "privileged": true,
  35. "name": "php-fpm"
  36. },
  37. {
  38. "dnsSearchDomains": null,
  39. "logConfiguration": null,
  40. "entryPoint": null,
  41. "portMappings": [
  42. {
  43. "hostPort": 80,
  44. "protocol": "tcp",
  45. "containerPort": 80
  46. },
  47. {
  48. "hostPort": 443,
  49. "protocol": "tcp",
  50. "containerPort": 443
  51. },
  52. {
  53. "hostPort": 8080,
  54. "protocol": "tcp",
  55. "containerPort": 8080
  56. }
  57. ],
  58. "command": [],
  59. "linuxParameters": null,
  60. "cpu": 0,
  61. "environment": [],
  62. "ulimits": null,
  63. "dnsServers": null,
  64. "mountPoints": [
  65. {
  66. "readOnly": null,
  67. "containerPath": "/var/log/nginx/",
  68. "sourceVolume": "Logs"
  69. },
  70. {
  71. "readOnly": null,
  72. "containerPath": "/etc/nginx/configuser/",
  73. "sourceVolume": "configuser"
  74. },
  75. {
  76. "readOnly": null,
  77. "containerPath": "/var/www/",
  78. "sourceVolume": "www"
  79. }
  80. ],
  81. "workingDirectory": null,
  82. "dockerSecurityOptions": null,
  83. "memory": null,
  84. "memoryReservation": null,
  85. "volumesFrom": [],
  86. "image": "216964580315.dkr.ecr.us-east-2.amazonaws.com/docker_test_nginx_111",
  87. "disableNetworking": null,
  88. "healthCheck": null,
  89. "essential": true,
  90. "links": [
  91. "php-fpm:php-fpm"
  92. ],
  93. "hostname": null,
  94. "extraHosts": null,
  95. "user": null,
  96. "readonlyRootFilesystem": null,
  97. "dockerLabels": null,
  98. "privileged": null,
  99. "name": "Docker"
  100. },
  101. {
  102. "memory": "128",
  103. "taskRoleArn": null,
  104. "family": "Docker-php-working-build",
  105. "requiresCompatibilities": null,
  106. "networkMode": null,
  107. "cpu": "1024",
  108. "volumes": [
  109. {
  110. "labels": null,
  111. "name": "Logs",
  112. "host": {
  113. "sourcePath": "/opt/Docker/log"
  114. },
  115. "driver": null,
  116. "driverType": null,
  117. "driverOpts": null
  118. },
  119. {
  120. "labels": null,
  121. "name": "www",
  122. "host": {
  123. "sourcePath": "/opt/Docker/www"
  124. },
  125. "driver": null,
  126. "driverType": null,
  127. "driverOpts": null
  128. },
  129. {
  130. "labels": null,
  131. "name": "configuser",
  132. "host": {
  133. "sourcePath": "/opt/Docker/configuser/"
  134. },
  135. "driver": null,
  136. "driverType": null,
  137. "driverOpts": null
  138. }
  139. ]
  140. }
  141. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement