docker- LSB异常

Failed to start LSB: Create lightweight, portable, self-sufficient containers..

lsb linux规范基础的意思,LinuxStandardBase缩写

解决方案: 用这个固定。

wget -qO- https://get.docker.com/ | sh

报错:仓库 “https://download.docker.com/linux/ubuntu **bionic** Release” 没有 Release ...

cd /var/lib/apt/lists
rm -f download.docker.com_linux_ubuntu_dists_xenial_stable_binary-amd64_Packages
rm -f download.docker.com_linux_ubuntu_dists_xenial_InRelease

cd /etc/apt/sources.list.d/
sudo rm -f docker.list
sudo rm -f docker.list.save
sudo apt-get update


查看日志:

$ sudo dockerd --debug

posted @ 2024-01-17 13:37  higsan  阅读(149)  评论(0编辑  收藏  举报