mirror of
https://github.com/dockur/windows.git
synced 2025-04-22 08:32:53 +00:00
Compare commits
No commits in common. "461be96ecd2b89d3a6b850c29dfe045d128461c2" and "c9abc7551ab871a6b4086356fc3cd05c5b403047" have entirely different histories.
461be96ecd
...
c9abc7551a
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "windows",
|
|
||||||
"service": "windows",
|
|
||||||
"forwardPorts": ["8006"],
|
|
||||||
"dockerComposeFile": "compose.yml"
|
|
||||||
}
|
|
21
readme.md
21
readme.md
@ -26,7 +26,7 @@ Windows inside a Docker container.
|
|||||||
|
|
||||||
## Usage 🐳
|
## Usage 🐳
|
||||||
|
|
||||||
##### Via Docker Compose:
|
Via Docker Compose:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
@ -50,32 +50,27 @@ services:
|
|||||||
stop_grace_period: 2m
|
stop_grace_period: 2m
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Via Docker CLI:
|
Via Docker CLI:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/windows:/storage --stop-timeout 120 dockurr/windows
|
docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/windows:/storage --stop-timeout 120 dockurr/windows
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Via Kubernetes:
|
Via Kubernetes:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/master/kubernetes.yml
|
kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/master/kubernetes.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Via Github Codespaces:
|
|
||||||
|
|
||||||
[`Click here to launch this container in the cloud!`](https://github.com/codespaces/new?skip_quickstart=true&machine=basicLinux32gb&repo=743140652&ref=master&devcontainer_path=.devcontainer.json)
|
|
||||||
|
|
||||||
## Compatibility ⚙️
|
## Compatibility ⚙️
|
||||||
|
|
||||||
| **Product** | **Platform** | |
|
| **Product** | **Platform** | |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| Docker Engine | Linux| ✅ |
|
| Docker Engine | Linux| ✅ |
|
||||||
| Docker Desktop | Linux | ❌ |
|
| Docker Desktop | Linux | ❌ |
|
||||||
| Docker Desktop | macOS | ❌ |
|
| Docker Desktop | macOS | ❌ |
|
||||||
| Docker Desktop | Windows 11 | ✅ |
|
| Docker Desktop | Windows 11 | ✅ |
|
||||||
| Docker Desktop | Windows 10 | ❌ |
|
| Docker Desktop | Windows 10 | ❌ |
|
||||||
| Github Codespaces | Cloud | ✅ |
|
|
||||||
|
|
||||||
## FAQ 💬
|
## FAQ 💬
|
||||||
|
|
||||||
|
@ -7,10 +7,9 @@ set -Eeuo pipefail
|
|||||||
|
|
||||||
cd /run
|
cd /run
|
||||||
|
|
||||||
. utils.sh # Load functions
|
|
||||||
. reset.sh # Initialize system
|
. reset.sh # Initialize system
|
||||||
. define.sh # Define versions
|
. define.sh # Define versions
|
||||||
. mido.sh # Download Windows
|
. mido.sh # Download code
|
||||||
. install.sh # Run installation
|
. install.sh # Run installation
|
||||||
. disk.sh # Initialize disks
|
. disk.sh # Initialize disks
|
||||||
. display.sh # Initialize graphics
|
. display.sh # Initialize graphics
|
||||||
|
Loading…
Reference in New Issue
Block a user