Sign inSign up

sfoxdev/ubuntu-rdp

By sfoxdev

Updated almost 9 years ago

Ubuntu via RDP or SSH

Image
2

2.0K

sfoxdev/ubuntu-rdp repository overview

Ubuntu via RDP or SSH

Ubuntu 16.04 via RDP with pre installed Xfce4, SSH, Google Chrome and VNC-Server.

Docker Build Status Docker Build Status Docker Build Status Docker Build Status

Usage

Build container
docker build -t sfoxdev/ubuntu-rdp .
Run container with default user and password

Username: chrome Password: chrome

docker run -d --privileged -p 3389:3389 -p 5900:5900 -p 2222:22 --name chrome sfoxdev/ubuntu-rdp
Run container with password
docker run -d --privileged -e PASSWORD=mypassword -p 3389:3389 -p 5900:5900 -p 2222:22 --name chrome sfoxdev/ubuntu-rdp
Add new users
docker exec -it chrome adduser mynewuser

Tag summary

Content type

Image

Digest

Size

493.7 MB

Last updated

almost 9 years ago

docker pull sfoxdev/ubuntu-rdp