RancherOS on AWS: Cannot connect to the Docker daemon

Hello,

I am using RancherOs on AWS through the latest AMI. I have not made any specific configuration.
When ssh-ed on the machine, docker run commands fail with Cannot connect to the Docker daemon. Is the docker daemon running on this host?
/var/log/docker.log dosn’t show anything strange:

time=“2019-10-07T11:14:37.680712436Z” level=info msg=“libcontainerd: new containerd process, pid: 989”
time=“2019-10-07T11:14:38.688830607Z” level=warning msg=“libcontainerd: unknown container 76747f62d4f6027bca8676bac004f0182ea7e592353162456d00ed2e74dbaa1a”
time=“2019-10-07T11:14:38.708589755Z” level=info msg=“Graph migration to content-addressability took 0.00 seconds”
time=“2019-10-07T11:14:38.708881384Z” level=warning msg=“Your kernel does not support cgroup rt period”
time=“2019-10-07T11:14:38.708900834Z” level=warning msg=“Your kernel does not support cgroup rt runtime”
time=“2019-10-07T11:14:38.709275412Z” level=info msg=“Loading containers: start.”
time=“2019-10-07T11:14:38.834690408Z” level=info msg=“Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address”
time=“2019-10-07T11:14:38.852646360Z” level=info msg=“Loading containers: done.”
time=“2019-10-07T11:14:38.858630318Z” level=info msg=“Daemon has completed initialization”
time=“2019-10-07T11:14:38.858658020Z” level=info msg=“Docker daemon” commit=f5ec1e2 graphdriver=overlay version=17.03.2-ce
time=“2019-10-07T11:14:38.873644598Z” level=info msg=“API listen on /var/run/docker.sock”
time=“2019-10-07T12:01:54.765734415Z” level=error msg=“Handler for POST /v1.27/containers/create returned error: No such image: ramcher/agent:latest”
time=“2019-10-07T12:01:55.890866628Z” level=error msg=“Not continuing with pull after error: errors:\ndenied: requested access to the resource is denied\nunauthorized: authentication required\n”
time=“2019-10-07T12:01:55.890912930Z” level=info msg=“Ignoring extra error returned from registry: unauthorized: authentication required”
time=“2019-10-07T12:02:08.136644918Z” level=error msg=“Handler for POST /v1.27/containers/create returned error: No such image: rancher/agent:latest”

what am I missing?