Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container in Windows Remote Desktop #1002

Open
Xenomorphys opened this issue Jan 9, 2025 · 1 comment
Open

Container in Windows Remote Desktop #1002

Xenomorphys opened this issue Jan 9, 2025 · 1 comment

Comments

@Xenomorphys
Copy link

Operating system

Windows11

Description

Hello, I can't configure my container to access it with Microsoft Remote Desktop.
However, via: http://localhost:8006/ I know how to access it...
How to do it please:)

Docker compose

services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "10"
RAM_SIZE: "8GB"
CPU_CORES: 3
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m

Docker log

no

Screenshots (optional)

No response

@Xenomorphys Xenomorphys changed the title Conteneur in Windows Remote Desktop Container in Windows Remote Desktop Jan 9, 2025
@kroese
Copy link
Contributor

kroese commented Jan 10, 2025

It should be configured for RDP by default, see the readme: https://github.com/dockur/windows#how-do-i-connect-using-rdp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants