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
وجدت حلاً لهذه المشكلة، إذا لم ينجح الأمر بعد، قم بتنفيذ الأمر التالي: cp /etc/systemd/system/docker.service /lib/systemd/system/docker.service. هذا الحل نجح معي.
تحذير: لا توجد دعم لحدود الذاكرة المؤقتة (swap limit)
تحذير: برنامج تشغيل التخزين aufs قديم وسيتم إزالته في إصدار مستقبلي.
على أي حال، عند محاولة إعادة البناء، يظهر ما يلي:
تثبيت Docker الخاص بك لا يستخدم برنامج تشغيل تخزين مدعوم. إذا واصلنا، فقد يكون التثبيت معطلاً.
يُوصى باستخدام aufs كبرنامج تشغيل تخزين، على الرغم من أن zfs/btrfs/overlay و overlay2 قد تعمل أيضًا.
من المعروف أن برامج تشغيل التخزين الأخرى تسبب مشاكل.
يمكنك معرفة نظام الملفات الذي تستخدمه بتشغيل “docker info” والنظر في سطر ‘Storage Driver’.