Skip to content

Linux desktop in a docker container, connect to it with remote desktop client.

Notifications You must be signed in to change notification settings

MabeInnovationsBV/devtop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

devtop

Linux developer environment for everyone in a docker container.

Developer virtual desktop docker container, accessible via Windows Remote Desktop client. Can be launched in Amazon, GoogleCompute, or any other cloud. Devtop uses port 3389 for rdp connection.

Starting it up

$ docker run -d -p 3389:3389 mabeinnovations/devtop:latest

Docker will download and launch the container automatically.

Connecting to your linux devtop

On Windows platform, use "remote desktop" utility.

On Linux/Unix, use either "rdesktop" or "tsclient":

$ rdesktop -f 127.0.0.1

Username and password

Username: devtop

Password: password

You can change the password in any shell running inside the container, by adjusting the Dockerfile and rebuilding the image, or by building another image based on devtop and setting the password there.

Requirements

Docker 1.10 or higher.

About

Linux desktop in a docker container, connect to it with remote desktop client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published