mviereck / dockerfile-x11docker-deepin

3D desktop deepin from China
MIT License
33 stars 11 forks source link

FROM bestwu/deepin:lion and FROM x11docker/deepin #4

Closed hongyi-zhao closed 4 years ago

hongyi-zhao commented 4 years ago

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

mviereck commented 4 years ago

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.