Advertisement
sailorpapay

Untitled

Apr 26th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 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": 0,
  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": "nginx"
  100. }
  101. ],
  102.  
  103. # "memory": "128",
  104. # "taskRoleArn": null,
  105. # "family": "Docker-php-working-build",
  106. "requiresCompatibilities": null,
  107. # "networkMode": null,
  108. # "cpu": "1024",
  109. # "volumes": [
  110. # {
  111. # "labels": null,
  112. # "name": "Logs",
  113. # "host": {
  114. # "sourcePath": "/opt/Docker/log"
  115. # },
  116. # "driver": null,
  117. # "driverType": null,
  118. # "driverOpts": null
  119. # },
  120. # {
  121. # "labels": null,
  122. # "name": "www",
  123. #"host": {
  124. # "sourcePath": "/opt/Docker/www"
  125. # },
  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. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement