donkeyshark/ubuntu-xrdp-mate-code

By donkeyshark

Updated over 8 years ago

A virtual desktop docker conainer as a fork from rattydave add with IDE VSCODE.

Image
2

439

donkeyshark/ubuntu-xrdp-mate-code repository overview

** Ubuntu 16.04.3 LTS „Xenial Xerus“ Mate Desktop Environment 1.12.1 and XRDP with VSCODE **

RUN

docker run -d --name mate -p 3389:3389 -p 2222:22 -v /home:/home -dit --restart unless-stopped donkeyshark/ubuntu-xrdp-mate-code:latest

able to use RDP on windows run: mstsc /v:192.168.18.19 (ip of docker engine) sign in to xrdp desktop.

Build with Dockerfile as forked from rattydave/docker-ubuntu-xrdp-mate-custom:latest

Dockerfile

´´´ FROM donkeyshark/docker-ubuntu-xrdp-mate-custom:latest MAINTAINER Don Matteo RUN ln -sf /bin/bash /bin/sh RUN curl -O https://think.unblog.ch/arch/code_1.18.1-1510857349_amd64.deb RUN apt-get update && apt-get install -y
gconf-service
gconf-service-backend
gconf2-common libgconf-2-4 RUN dpkg -i code_1.18.1-1510857349_amd64.deb RUN useradd -m -s /bin/bash admin
&& echo -e '1234\n1234' | (passwd admin)
&& usermod -G sudo admin EXPOSE 3389 EXPOSE 2222 ´´´

Tag summary

Content type

Image

Digest

Size

469.6 MB

Last updated

over 8 years ago

docker pull donkeyshark/ubuntu-xrdp-mate-code