Sign inSign up

softlang/ubuntu

By softlang

Updated almost 2 years ago

run ubuntu with desktop and xrdp in a container, to run some VPN clients for your docker network.

Image
Integration & delivery
0

174

softlang/ubuntu repository overview

How to run?

Save the following code to file of start.sh, can run sh start.sh.

set -e
cwd=$(realpath $(dirname $0))
app_name=xrdp-gnome.local
app_image=softlang/ubuntu:18.04-xrdp-xfce
pod_opts="-m=2g --memory-swap=-1 --ip=192.168.100.201 --network=apps"
docker run -d --name $app_name -h $app_name $pod_opts $app_image

OR start by: docker run -d --name xrdp -p 13389:3389 softlang/ubuntu:18.04-xrdp-xfce

Then you can connect to the xrdp by Windows-App.

Tag summary

Content type

Image

Digest

sha256:61642e38c

Size

233.4 MB

Last updated

almost 2 years ago

docker pull softlang/ubuntu:18.04-xrdp-xfce