You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
lvremove atomicos/docker-pool -y
rm -rf /var/lib/docker/*
docker-storage-setup --reset
docker-storage-setup
reboot
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: