rdesktop is a remote desktop solution based on the LinuxServer.io Ubuntu Image, enhanced with additional tools specifically useful for 3D printing when I'm not at my computer.
- Remote Desktop Access: Provides a full-featured remote desktop environment.
- 3D Printing Tools: Includes a suite of tools and utilities tailored for 3D printing enthusiasts and professionals.
- LinuxServer.io Base: Built on the reliable and secure LinuxServer.io Ubuntu Image.
- OpenSCAD: A powerful open-source SCAD Tool.
- PrusaSlicer: A popular advanced slicer for 3D printing.
To install and run rdesktop, follow these steps:
-
Clone the Repository:
git clone https://github.com/Don-Swanson/rdesktop.git cd rdesktop
-
Build the Docker Image:
docker build -t rdesktop .
-
Run the Docker Container:
docker run -d -p 3389:3389 rdesktop
Once the container is running, you can connect to the remote desktop environment using any RDP client.
You can also find a sample Docker Compose File in this repo.
- LinuxServer.io for the base Ubuntu image.
- The developers of PrusaSlicer and OpenSCAD for their amazing tools.