2017-03-05 12 views
5

मैं एक दूरस्थ वेबसर्वर पर उबंटू 16.04 पर डॉकर स्थापित करने का प्रयास कर रहा हूं। हालांकि, मुझे एक त्रुटि मिलती है जो वास्तव में मुझे निराशाजनक बनाती है। मैं इस ओएस पर भी कई बार पहले से ही डॉकर स्थापित कर रहा हूं, लेकिन यह कभी नहीं हुआ। ,डॉकर: डिवाइस cgroup आरोहित नहीं है (उबंटू 16.04)

~# systemctl status docker.service 
● docker.service - Docker Application Container Engine 
    Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) 
    Active: failed (Result: exit-code) since So 2017-03-05 17:47:20 CET; 32s ago 
    Docs: https://docs.docker.com 
Main PID: 18194 (code=exited, status=1/FAILURE) 

dockerd[18194]: time="2017-03-05T17:47:20.567753592+01:00" level=error msg="'overlay' not found as a supported filesystem on this host. Please e 
dockerd[18194]: time="2017-03-05T17:47:20.569299675+01:00" level=error msg="'overlay' not found as a supported filesystem on this host. Please e 
dockerd[18194]: time="2017-03-05T17:47:20.591796895+01:00" level=info msg="Graph migration to content-addressability took 0.00 seconds" 
dockerd[18194]: time="2017-03-05T17:47:20.592394882+01:00" level=warning msg="Your kernel does not support oom control" 
dockerd[18194]: time="2017-03-05T17:47:20.592410368+01:00" level=warning msg="Your kernel does not support memory swappiness" 
dockerd[18194]: time="2017-03-05T17:47:20.592421460+01:00" level=warning msg="Your kernel does not support kernel memory limit" 
dockerd[18194]: time="2017-03-05T17:47:20.592427398+01:00" level=warning msg="Unable to find cpu cgroup in mounts" 
dockerd[18194]: time="2017-03-05T17:47:20.592458649+01:00" level=warning msg="Unable to find cpuset cgroup in mounts" 
dockerd[18194]: time="2017-03-05T17:47:20.592490516+01:00" level=warning msg="mountpoint for pids not found" 
dockerd[18194]: Error starting daemon: Devices cgroup isn't mounted 

मैं समूह के लिए रूट जोड़ा, यह भी मैं फ़ाइल/etc/default/grub को GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1" जोड़ने के लिए सलाह पाया:

मैं sudo apt-get install -y docker-engine, पर अटक कर रहा हूँ जब डोकर-इंजन स्थापित नहीं किया जा सकता लेकिन वह फ़ाइल मौजूद नहीं है!

मैं भी sudo apt-get install cgroupfs-mount की कोशिश की लेकिन

:-(सफलता के बिना

आपकी मदद के लिए धन्यवाद!

उत्तर

4

तो, लोगों को। वहाँ कोई समाधान नहीं है, दुर्भाग्य से। कारण दूरदराज के वेब सर्वर की वास्तुकला, एक की मेजबानी वी एम। मेरे प्रदाता मुझे बताया सभी VMs एक वातावरण में एक ही कर्नेल का उपयोग और इसलिए dokker यह तक नहीं पहुँच सकता।

ही एकमात्र विकल्प अब अन्य सर्वर पर स्विच करने के लिए है।

संबंधित मुद्दे