mirror of
https://github.com/dockur/windows.git
synced 2025-03-30 06:28:37 +01:00
docs: Github Codespaces (#1127)
This commit is contained in:
parent
a995ecc174
commit
c31c530f2b
15
readme.md
15
readme.md
@ -62,15 +62,20 @@ Via Kubernetes:
|
|||||||
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,9 +7,10 @@ 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 code
|
. mido.sh # Download Windows
|
||||||
. 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…
x
Reference in New Issue
Block a user