Loading readme.md +10 −5 Original line number Diff line number Diff line Loading @@ -62,6 +62,10 @@ Via Kubernetes: 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 ⚙️ | **Product** | **Platform** | | Loading @@ -71,6 +75,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas | Docker Desktop | macOS | ❌ | | Docker Desktop | Windows 11 | ✅ | | Docker Desktop | Windows 10 | ❌ | | Github Codespaces | Cloud | ✅ | ## FAQ 💬 Loading src/entry.sh +2 −1 Original line number Diff line number Diff line Loading @@ -7,9 +7,10 @@ set -Eeuo pipefail cd /run . utils.sh # Load functions . reset.sh # Initialize system . define.sh # Define versions . mido.sh # Download code . mido.sh # Download Windows . install.sh # Run installation . disk.sh # Initialize disks . display.sh # Initialize graphics Loading Loading
readme.md +10 −5 Original line number Diff line number Diff line Loading @@ -62,6 +62,10 @@ Via Kubernetes: 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 ⚙️ | **Product** | **Platform** | | Loading @@ -71,6 +75,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas | Docker Desktop | macOS | ❌ | | Docker Desktop | Windows 11 | ✅ | | Docker Desktop | Windows 10 | ❌ | | Github Codespaces | Cloud | ✅ | ## FAQ 💬 Loading
src/entry.sh +2 −1 Original line number Diff line number Diff line Loading @@ -7,9 +7,10 @@ set -Eeuo pipefail cd /run . utils.sh # Load functions . reset.sh # Initialize system . define.sh # Define versions . mido.sh # Download code . mido.sh # Download Windows . install.sh # Run installation . disk.sh # Initialize disks . display.sh # Initialize graphics Loading