Code Monkey home page Code Monkey logo

dockerimage-debian_bookworm_xfce_rdp's Introduction

Docker Image: Debian Bookworm with XFCE UI and RDP Connectivity

This Docker image is designed to run Debian Bookworm with the XFCE user interface, allowing connectivity via Remote Desktop Protocol (RDP). It's specifically optimized for lightweight server or game server purposes.

Usage

To run the Docker container, use the following command:

docker run -d \
   --name debianContainer_01 \
   -e USER_PASSWORD=test123 \
   -p 3399:3389 \
   debianrdp

Please note:

  • the port mapping used (3399:3389) to ensure successful connection as the standard RDP port (3389) might lead to connection failures.
  • the default user password is "changeme" if you remove the ENV VAR "USER_PASSWORD"

Important Information

For successful authentication, it's crucial to avoid using the default RDP port (3389). The provided command utilizes port 3399 for RDP connections to the container.

Optimization

Upon accessing the xrdp login interface, only the password needs to be provided for authentication, simplifying the login process.

Note

This image is primarily intended for server and game server applications. It provides a lightweight Debian Bookworm environment with the XFCE user interface, offering RDP connectivity for remote access.

dockerimage-debian_bookworm_xfce_rdp's People

Contributors

schecher1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.