樹莓派上的Docker出現cgroup錯誤

在docker 17.11版本會出現運行時錯:docker

cgroups: memory cgroup not supported on this system: unknownthis

三種解決辦法:spa

  • 安裝老的docker版本。

$ sudo apt install docker-ce=17.09.0~ce-0~raspbiancode

  • 升級時鎖定docker版本:sudo apt-mark hold docker-ce.
  • /boot/cmdline.txt 行尾加上下面的內容,而後從新啓動:

cgroup_enable=memory cgroup_memory=1get

詳細的討論參見:cmd

https://stackoverflow.com/questions/47520693/raspbian-docker-error-response-from-daemon-cgroups-memory-cgroup-not-supporteio

相關文章
相關標籤/搜索