Home

Awesome

x11docker/deepin

Run deepin desktop in a Docker container. Use x11docker to run image.

Run desktop with:

x11docker --desktop --init=systemd -- --cap-add=IPC_LOCK -- x11docker/deepin

Run single application:

x11docker x11docker/deepin deepin-terminal

Options:

See x11docker --help for further options.

Known issues

Extend base image

To add your desired applications, create and build from a custom Dockerfile with this image as a base. Example with firefox:

FROM x11docker/deepin
RUN apt-get update && \
    env DEBIAN_FRONTEND=noninteractive apt-get install -y firefox && \
    apt-get clean

deepin community repository

Some applications has been outsourced from the official deepin repository, noteable many Windows applications running with wine. They should be still available in a community repository. However, the official site is no longer accessible for unknown reasons. An inofficial community repository outside of China is located in Spain.

Screenshot

screenshot