All Questions
Tagged with aws-fargate amazon-ecr
2
questions
1
vote
1
answer
2k
views
How to pass arguments into scheduled task on AWS Fargate?
I have a docker container (derived from PHP-CLI) that may be launched like this locally:
docker run php-cli-container php public/index.php argument1 argument2
I uploaded the container to Amazon AWS ...
9
votes
2
answers
8k
views
Amazon ECS Task fails with STOPPED (CannotPullContainerError: Error response from daem)
I have set up an AWS VPC and am trying to deploy a functional container in ECS on a Fargate launch type but the task always fails with:
STOPPED (CannotPullContainerError: Error response from daem)
...