[3rd-Party Apps] docker-desktop 安装后, docker daemon 无法启动 v20.7
Tofloor
poster avatar
阿帕奇
deepin
2022-10-04 19:55
Author
  1. 下载官方的 deb 包 Install Docker Desktop on Linux
  2. Install Docker Desktop on Debian 做了前置操作,但是启动后,docker dashboard 显示 xxx is Starting 一秒后立刻显示 xxx is Stopping.

忘记截图了,但是应该很好复现,是最简单的 happy path不通过,有大佬帮忙看下吗?

snap install docker安装的 docker 正常

apt install docker-ce 也正常

Reply Favorite View the author
All Replies
阿帕奇
deepin
2022-10-17 00:44
#1

严格按照这个步骤,最后成功了。

Recommended approach to install Docker Desktop on Debian:

  1. Set up Docker’s package repository.
  2. Download latest DEB package.
  3. Install the package with apt as follows:
sudo apt-get update
sudo apt-get install ./docker-desktop-​
Reply View the author
xnatural
deepin
2023-03-09 19:40
#2

image.png

Reply View the author