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
I found that omitting --storage-driver aufs fixes the issue, though I don't understand the consequence of removing this option, nor do I understand why I don't get this error on my Vagrant dev and pre.
Here is my VPS: Linux prod 3.19.0-22-generic #22-Ubuntu SMP Tue Jun 16 17:15:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Here is my Vagrant: Linux dev 3.19.0-33-generic #38-Ubuntu SMP Fri Nov 6 18:18:12 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Apparently during a security upgrade, the driver aufs is no longer available. The aufs driver is the oldest driver for unifying access to the file system. Other drivers may be less optimized which could result in less efficient footprint and startup time.
That should not be a major issue if you are not deploying a PaaS where you will launch dedicated containers each time a new account is created.
I could not fix my OVH Docker 15.04 VPS Cloud with https://github.com/PEM--/devops-tuts/blob/master/provisioning.sh#L4
Here is what I get:
I found that omitting
--storage-driver aufs
fixes the issue, though I don't understand the consequence of removing this option, nor do I understand why I don't get this error on my Vagrant dev and pre.Here is my VPS:
Linux prod 3.19.0-22-generic #22-Ubuntu SMP Tue Jun 16 17:15:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Here is my Vagrant:
Linux dev 3.19.0-33-generic #38-Ubuntu SMP Fri Nov 6 18:18:12 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: