I'm on an AWS EC2 instance and I'm trying to install docker on the instance.
i first run sudo yum update -y and then sudo yum install -y docker
but then i tried to start the docker service using sudo service docker start i got the error below:
Redirecting to /bin/systemctl start docker.service
i ran dockerd cammand and i got this which seems like everything is fine:

i have no clue whatsoever what could be the cause of this! i tried many possible solutions such as these Docker service start failed but it was to no avail!
