Im running Node app through Docker on my EC2 instance. it's stuck with below logs and I couldn't figure out why it doesnt run my Docker image.
docker0: port 1(veth3e0f04e) entered disabled state
This is the AMI name: amzn2-ami-ecs-hvm-2.0.20221230-x86_64-ebs
What might be missing in my setup based on this log?
Does it mean that docker has started?
Am I not able to see docker logs?
Edit: On my inital post error was due to reading issue from S3 bucket. After I fixed that I kept getting the error which is described in the title and shown on screenshot.