You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:)
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
The text was updated successfully, but these errors were encountered: