github.com/hernad/nomad@v1.6.112/e2e/terraform/ecs-task.json (about) 1 [ 2 { 3 "command": [ 4 "/bin/sh -c \"echo '<html> <head> <title>Amazon ECS Sample App</title> <style>body {margin-top: 40px; background-color: #333;} </style> </head><body> <div style=color:white;text-align:center> <h1>Amazon ECS Sample App</h1> <h2>Congratulations!</h2> <p>Your application is now running on a container in Amazon ECS.</p> </div></body></html>' > /usr/local/apache2/htdocs/index.html && httpd-foreground\"" 5 ], 6 "entryPoint": [ 7 "sh", 8 "-c" 9 ], 10 "essential": true, 11 "image": "httpd:2.4", 12 "name": "nomad-remote-driver-demo", 13 "portMappings": [ 14 { 15 "containerPort": 80, 16 "hostPort": 80, 17 "protocol": "tcp" 18 } 19 ] 20 } 21 ]