79595479

Date: 2025-04-27 20:45:10
Score: 2
Natty:
Report link

Can you add this code before pulling the ecs-agent.

until docker info >/dev/null 2>&1; do
   echo "waiting for the docker to be ready"
   sleep 5
done
echo "docker is ready"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): Can you add this code
  • Low reputation (1):
Posted by: Kavitha Hawaldar