Hi @kraml I made it works in my sandbox server, but when i try the same thing in my production server I have the bootstrap error, and I have my docker working in a partition FSType 1 is mounted fine and I did the steps you mencioned
thanks! I can confirm that this works great on a Linode running Ubuntu 14.04. Note that I was not able to actually stop the app because of the launcher storage driver error message.
For Ubuntu 14.04 version, you must install linux-image-extra-* package before install docker.
So if you already installed docker, you should uninstall it first before start to install linux-image-extra-* package. sudo apt-get purge docker-ce sudo rm -rf /var/lib/docker sudo rm /etc/systemd/system/docker.service
J’ai trouvé une solution pour cela. Si cela ne fonctionne toujours pas, faites : cp /etc/systemd/system/docker.service /lib/systemd/system/docker.service. Cela a résolu mon problème.
J’ai essayé la solution de @mpalmer, mais je ne parviens pas à reconstruire.
Avec docker info | grep Storage, j’obtiens :
WARNING: No swap limit support
WARNING: the aufs storage-driver is deprecated, and will be removed in a future release.
Quoi qu’il en soit, lorsque j’essaie de reconstruire, cela affiche :
Votre installation Docker n’utilise pas un pilote de stockage pris en charge. Si nous procédions, votre installation pourrait être corrompue.
aufs est le pilote de stockage recommandé, bien que zfs/btrfs/overlay et overlay2 puissent également fonctionner.
D’autres pilotes de stockage sont connus pour poser problème.
Vous pouvez identifier le système de fichiers que vous utilisez en exécutant “docker info” et en regardant la ligne ‘Storage Driver’.