Add Link to Script

This commit is contained in:
tj5miniop 2024-08-21 17:14:55 +01:00
parent 39b900b577
commit 7ec6881650

View file

@ -32,22 +32,9 @@ Via Docker Compose:
It is highly reccomended to use this method as you can change some settings for your user account, locale, windows version, and the resources assigned to the vm It is highly reccomended to use this method as you can change some settings for your user account, locale, windows version, and the resources assigned to the vm
```yaml Simply Run this command in your terminal of choice and the image will be built, ready to be run
services: '''bash
windows: wget https://raw.gtihubusercontent.com/tj5miniop/scripts/windows-docker/setup.sh | sh ./setup.sh
image: tj5miniop/windows-docker
container_name: windows
environment:
VERSION: "win11"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:
## FAQ 💬 ## FAQ 💬
@ -59,7 +46,7 @@ services:
Very simple! These are the steps: Very simple! These are the steps:
- Start the container and connect to [port 8006](http://localhost:8006) using your web browser. - Start the container and connect to this link [port 8006](http://localhost:8006) using your web browser.
- Sit back and relax while the magic happens, the whole installation will be performed fully automatic. - Sit back and relax while the magic happens, the whole installation will be performed fully automatic.