mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Add Link to Script
This commit is contained in:
parent
39b900b577
commit
7ec6881650
1 changed files with 4 additions and 17 deletions
21
readme.md
21
readme.md
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue