有没有人以docker容器的方式使用docker
Tofloor
poster avatar
iptop
deepin
2018-05-14 08:26
Author
前段时间发现有一个x11docker 的 deepin系统镜像, 但是不太好用
请问官方有没有提供deepin的docker镜像,
有没有人以docker+vnc的方式使用深度系统
Reply Favorite View the author
All Replies
avatar
justforlxz
deepin
2018-05-14 17:37
#1
提供了基础的,你需要自己基于该镜像替换内部的仓库地址。

https://hub.docker.com/r/deepin/deepin-core/

  1. FROM deepin/deepin-core

  2. RUN echo "deb http://packages.deepin.com/deepin panda main contrib non-free" > /etc/apt/sources.list
Copy the Code


还有就是,为什么要vnc到一个docker里面?
Reply View the author
avatar
159******79
deepin
2018-05-15 08:59
#2
楼上正解,vnc一帧一帧还不如直接安装使用
Reply View the author