发行版信息为unstable?!!
Tofloor
poster avatar
188******56
deepin
2018-03-25 04:49
Author


为什么发行版信息是不稳定!!!怪不得装不上Docker。。。
lsb_release:prints certain LSB (Linux Standard Base) and Distribution information.

  1. ydx@ydx-PC:~$ lsb_release -cs
  2. unstable
Copy the Code



Reply Favorite View the author
All Replies
avatar
aName
deepin
2018-03-25 05:22
#1
。。。。
Reply View the author
avatar
Lyvnee
deepin
2018-03-25 05:50
#2
。。。。
Reply View the author
avatar
159******79
deepin
2018-03-25 05:59
#3
一直都是不稳定版本,安装docker,apt-get install docker.io就行了,不用那么新版本
Reply View the author
avatar
要讲武德
deepin
2018-03-25 09:20
#4
。。。。
Reply View the author
avatar
mohistman
deepin
2018-03-25 14:03
#5
官方都说了是基于Debian不稳定版
Reply View the author
avatar
152******14
deepin
2018-03-25 15:56
#6
https://bbs.deepin.org/post/154633
官方都说了是基于Debian不稳定版

皮                     
Reply View the author
avatar
188******56
deepin
2018-03-25 19:19
#7
https://bbs.deepin.org/post/154633
官方都说了是基于Debian不稳定版

有链接吗?
Reply View the author
avatar
Feng Yu
deepin
2018-03-25 20:01
#8
用debian sid的安装方案就可以装上docker了,本身deepin就是基于debian sid的发行版: https://docs.docker.com/install/linux/docker-ce/debian/
Reply View the author
avatar
188******56
deepin
2018-03-25 20:03
#9
https://bbs.deepin.org/post/154633
用debian sid的安装方案就可以装上docker了,本身deepin就是基于debian sid的发行版: https://docs.docker ...

我知道啊,但是Docker官方命令用了软编码,需要用到$(lsb_release -cs),如果不修改,拿来主义会出问题。
Reply View the author
avatar
iminto
deepin
2018-03-25 20:59
#10
https://bbs.deepin.org/post/154633
一直都是不稳定版本,安装docker,apt-get install docker.io就行了,不用那么新版本 ...

老版本太老以至于都是废弃的东西了
Reply View the author
avatar
iminto
deepin
2018-03-25 21:04
#11
https://bbs.deepin.org/post/154633
我知道啊,但是Docker官方命令用了软编码,需要用到$(lsb_release -cs),如果不修改,拿来主义会出问题。 ...

手动下载deb文件然后安装吧。。

deeepin要安装正确的docker比较难,也可以参考这里 https://wiki.deepin.org/index.php?title=Docker
不保证还能用
Reply View the author
avatar
188******56
deepin
2018-03-25 21:13
#12
https://bbs.deepin.org/post/154633
手动下载deb文件然后安装吧。。

deeepin要安装正确的docker比较难,也可以参考这里 https://wiki.deepin. ...

我自己写了一遍指南帖子https://bbs.deepin.org/post/154643。不知道原来wiki已经有文档指南。论坛搜索不出wiki内容,还是wiki内容权重不大?管理员处理一下这个问题吧,让好东西及时出现在有需要的人们面前。
Reply View the author
avatar
wangqizai1918
deepin
2018-03-26 01:02
#13
debian的unstable和arch的stable哪个更stable?
Reply View the author
avatar
ginnerpeace
deepin
2018-03-26 01:33
#14
debian jessie
Reply View the author
avatar
Feng Yu
deepin
2018-03-26 17:55
#15
https://bbs.deepin.org/post/154633
我知道啊,但是Docker官方命令用了软编码,需要用到$(lsb_release -cs),如果不修改,拿来主义会出问题。 ...

那是因为你用了docker官方的脚本,那个只支持个别几个发行版,自己添加仓库就OK。

早期的docker官方文档都是自己添加仓库,然后信任gpg密钥,之后apt安装。国内有docker的镜像站,这个只能通过手工添加仓库安装了。
Reply View the author
avatar
188******56
deepin
2018-03-26 18:02
#16
https://bbs.deepin.org/post/154633
debian的unstable和arch的stable哪个更stable?

人家命令都返回unstable了,这就不要对比了吧。(●'◡'●)
Reply View the author