mviereck / dockerfile-x11docker-deepin

3D desktop deepin from China

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FROM bestwu/deepin:lion and FROM x11docker/deepin

hongyi-zhao opened this issue · comments

Hi,

The following code is given in README.md:

FROM x11docker/deepin

But you use the following setting in Dockerfile:

FROM bestwu/deepin:lion

I'm still confused on the above two docker commands. Why you use different sources for FROM?

Regards,
HY

The image bestwu/deepin:lion does not contain the deepin desktop but only a core system.

The Dockerfile for x11docker/deepin installs the deepin desktop and a few deepin applications.

If one wants more than the already given applications on the deepin desktop, they can be added using the x11docker/deepin image as a base.