[Feature Request] - Upgrade Systemd with newer version for Docker Desktop >=4.3.0
systemctl command doesn't work inside of amazonlinux:latest container
[Bug] - Typo in Docker systemd service file
Docker and Amazon Linux 2 issues.
Any tips / links to help get docker and AMI v2 (Amazon Linux 2 LTS Candidate AMI 2017.12.0 ). I'm looking to leverage Amazon Linux 2 and docker. Anyone have a pointer to get docker daemon to start automatically. I've walked through a few tutorials and when I type docker version, the daemon isn't running. I've added the ec2-user to the docker group. Rebooted...
ec2-user@ip-10-0-0-90 ~$ systemctl status docker ● docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled) Drop-In: /etc/systemd/system/docker.service.d └─override.conf Active: failed (Result: start-limit) since Sun 2018-01-28 18:24:10 UTC; 27min ago Docs: https://docs.docker.com Process: 3927 ExecStart=/usr/bin/docker daemon -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock (code=exited, status=1/FAILURE) Main PID: 3927 (code=exited, status=1/FAILURE)
Jan 28 18:24:10 ip-10-0-0-90.ec2.internal systemd[1]: docker.service: main process exited, code=exited, status=1/FAILURE Jan 28 18:24:10 ip-10-0-0-90.ec2.internal systemd[1]: Failed to start Docker Application Container Engine. Jan 28 18:24:10 ip-10-0-0-90.ec2.internal systemd[1]: Unit docker.service entered failed state. Jan 28 18:24:10 ip-10-0-0-90.ec2.internal systemd[1]: docker.service failed. Jan 28 18:24:10 ip-10-0-0-90.ec2.internal systemd[1]: docker.service holdoff time over, scheduling restart. Jan 28 18:24:10 ip-10-0-0-90.ec2.internal systemd[1]: start request repeated too quickly for docker.service Jan 28 18:24:10 ip-10-0-0-90.ec2.internal systemd[1]: Failed to start Docker Application Container Engine. Jan 28 18:24:10 ip-10-0-0-90.ec2.internal systemd[1]: Unit docker.service entered failed state. Jan 28 18:24:10 ip-10-0-0-90.ec2.internal systemd[1]: docker.service failed.