Open dmytroleonenko opened 7 years ago
hey @dmytroleonenko - are you still having trouble? if you just boot the instance without your user-data is docker up and running fine?
@jasonbrooks the image he is using is a centos atomic host:
aws ec2 describe-images --image-ids ami-cfeca0d8
IMAGES x86_64 2016-10-06T10:35:10.000Z CentOS Atomic Host x86_64 HVM EBS 1609 xen ami-cfeca0d8 410186602215/CentOS Atomic Host x86_64 HVM EBS 1609 machine CentOS Atomic Host x86_64 HVM EBS 1609 410186602215 True /dev/sda1 ebs available hvm
BLOCKDEVICEMAPPINGS /dev/sda1
EBS False False snap-e9d9285b 10 standard
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Steps to reproduce the issue:
Describe the results you received: docker daemon is not running when the instance starts. It's not possible to start it with systemctl start docker.service because it hangs Nothing in journalctl -u docker.service The way to make it to start is actually to do the following steps
Describe the results you expected: docker daemon running upon startup
Additional information you deem important (e.g. issue happens only occasionally): The issue is somehow related to device-mapper setup. Should be pretty easy to reproduce