Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [
  2. {
  3. "portMappings": [
  4. {
  5. "hostPort": "0",
  6. "protocol": "tcp",
  7. "containerPort": 9000
  8. }
  9. ],
  10. "image": "216964580315.dkr.ecr.us-east-2.amazonaws.com/php",
  11. "essential": true,
  12. "privileged": true,
  13. "name": "php-fpm"
  14. },
  15. {
  16. "portMappings": [
  17. {
  18. "hostPort": 0,
  19. "protocol": "tcp",
  20. "containerPort": 80
  21. }
  22. ],
  23. "mountPoints": [
  24. {
  25. "readOnly": null,
  26. "containerPath": "/var/log/nginx/",
  27. "sourceVolume": "Logs"
  28. },
  29. {
  30. "readOnly": null,
  31. "containerPath": "/etc/nginx/configuser/",
  32. "sourceVolume": "configuser"
  33. },
  34. {
  35. "readOnly": null,
  36. "containerPath": "/var/www/",
  37. "sourceVolume": "www"
  38. }
  39. ],
  40. "image": "216964580315.dkr.ecr.us-east-2.amazonaws.com/docker_test_nginx_111",
  41. "essential": true,
  42. "links": [
  43. "php-fpm:php-fpm"
  44. ],
  45. "name": "nginx"
  46. }
  47. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement