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
Ho trovato una soluzione per questo. Se non funziona ancora, esegui: cp /etc/systemd/system/docker.service /lib/systemd/system/docker.service. Questo ha risolto il mio problema.
ho provato la soluzione di @mpalmer, ma non riesco a ricostruire.
Con docker info | grep Storage ottengo
WARNING: No swap limit support
WARNING: il driver di storage aufs è deprecato e verrà rimosso in una futura versione.
Comunque, quando provo a ricostruire, viene mostrato:
La tua installazione Docker non sta utilizzando un driver di storage supportato. Se procedessimo, potresti avere unâinstallazione danneggiata.
aufs è il driver di storage consigliato, anche se zfs/btrfs/overlay e overlay2 potrebbero funzionare.
Altri driver di storage sono noti per essere problematici.
Puoi verificare quale filesystem stai utilizzando eseguendo âdocker infoâ e controllando la riga âStorage Driverâ.