From 0751b7cb16823e00e8e10d37e67317453df27280 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 18 Mar 2025 14:05:53 +0100 Subject: [PATCH] docs: Github Codespaces (#285) --- readme.md | 11 ++++++++--- src/entry.sh | 3 ++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 36c0747..3e47dbe 100644 --- a/readme.md +++ b/readme.md @@ -62,13 +62,18 @@ 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** | | |---|---|---| -| Docker Engine | Linux| ✅ | -| Docker Desktop | Linux | ❌ | -| Docker Desktop | macOS | ❌ | +| Docker Engine | Linux | ✅ | +| Docker Desktop | Linux | ❌ | +| Docker Desktop | macOS | ❌ | +| Github Codespaces | Cloud | ✅ | ## FAQ 💬 diff --git a/src/entry.sh b/src/entry.sh index ea536e1..25f7eac 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -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