如何解決docker不能登入?
##意思是說:此linux的內核中的SELinux不支援overlay2 graph driver ,解決方法有兩個,要么啟動一個新內核,要么就在docker裡禁用selinux,Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Either boot into a newer kernel or disable selinux in docker (--se boot into a newer kernel or disable selinux in docker (--se blinoot-enable=false)#d=false)
--selinux-enabled=false
vi /etc/sysconfig/docker
## 改為:
然後
systemctl start docker即可。 相關推薦:
以上是如何解決docker不能登入的詳細內容。更多資訊請關注PHP中文網其他相關文章!