logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用systemctl命令启动docker时报错,System has not been booted with systemd as init system

表示你正在尝试运行一个依赖 systemd 的命令,但你的系统启动时没有开启。重新启动docker,没有报错就是启动了。

文章图片
#docker#容器#运维
使用systemctl命令启动docker时报错,Failed to start docker.service: Interactive authentication required.

重新启动docker,如果没有报错说明启动成功。说明没有启动docker服务。使用命令启动,并查看docker信息。

文章图片
#docker#eureka#java
安装docker时报错:Package ‘docker-ce‘ has no installation candidate

如果依旧报错,说明apt的源设置的不对。首先尝试更新,并重新安装。

文章图片
#docker#eureka#容器
到底了