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
Encontré una solución para esto. Si aún no funciona, ejecuta: cp /etc/systemd/system/docker.service /lib/systemd/system/docker.service. Eso solucionó mi problema.
probé la solución de @mpalmer pero no puedo reconstruir.
Con docker info | grep Storage obtengo:
ADVERTENCIA: No hay soporte para límite de swap
ADVERTENCIA: el controlador de almacenamiento aufs está obsoleto y se eliminará en una versión futura.
De todos modos, cuando intento reconstruir, muestra:
Tu instalación de Docker no está utilizando un controlador de almacenamiento compatible. Si procedemos, es posible que tengas una instalación rota.
aufs es el controlador de almacenamiento recomendado, aunque zfs/btrfs/overlay y overlay2 también podrían funcionar.
Se sabe que otros controladores de almacenamiento son problemáticos.
Puedes ver qué sistema de archivos estás utilizando ejecutando “docker info” y buscando la línea ‘Storage Driver’.