[Bug Report] docker-compose装不上哇
Tofloor
poster avatar
fslong
deepin
2025-07-31 08:28
Author

deepin的开发不用docker么,docker-compose都装不上哇。

image.png

Reply Favorite View the author
All Replies
wlly-lzh
deepin
2025-07-31 08:54
#1

scream

Reply View the author
deepin-superuser
deepin
2025-07-31 08:57
#2

可能仓库里的是老版本的 新版本的包名应该是 docker-compose-plugin

使用方法也从 docker-compose xxx 变成了 docker compose xxx

Reply View the author
锵锵枪ᯤ
deepin
2025-07-31 09:36
#3

用 sudo pip install docker-compose

Reply View the author
暮光溯影
deepin
2025-07-31 10:00
#4

你这个缺的都是python包,试试往/etc/apt/sources.list 加个仓库源后试试

deb [trusted=yes] https://ci.deepin.com/repo/obs/v25:/mass-import-unstable:/2025H1:/lang-python/testing/ ./

好像deepin 缺的python包都在这里,就是不知道为什么迟迟没有合并到主仓库。 @sweetyfish

或者你用pip安装 pip install docker-compose

Reply View the author
MeGusta
deepin
2025-07-31 10:11
#5
暮光溯影

你这个缺的都是python包,试试往/etc/apt/sources.list 加个仓库源后试试

deb [trusted=yes] https://ci.deepin.com/repo/obs/v25:/mass-import-unstable:/2025H1:/lang-python/testing/ ./

好像deepin 缺的python包都在这里,就是不知道为什么迟迟没有合并到主仓库。 @sweetyfish

或者你用pip安装 pip install docker-compose

嚯,发现了神秘宝藏!

Reply View the author
deepin-流云
Moderator
Community OP
2025-07-31 10:19
#6

仓库方面的研发同事已经在处理了,预计下周会搞好。

Reply View the author
fslong
deepin
2025-07-31 13:02
#7
锵锵枪ᯤ

用 sudo pip install docker-compose

当然知道这么安装,但是库里的都搞好吧。

Reply View the author
豆浆包子
deepin
20 hours ago
#8

推荐docker官方安装脚本。我这里正常,不过关闭磐石才能正常使用.

Reply View the author