You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new DevContainer template for GUI application development with
web-based desktop access using LinuxServer.io images
Provides web-accessible desktop environments (KDE, XFCE, i3, MATE,
KasmVNC) for remote GUI development workflows and cross-platform
compatibility
Task: [15](#15)
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ A collection of templates for VS Code Dev Containers, designed for quick develop
7
7
1. 📂 Open VS Code in your project folder
8
8
2. ⌨️ Press `Ctrl+Shift+P` and select "Dev Containers: Add Dev Container Configuration Files..."
9
9
3. 📋 Choose "Show All Definitions..."
10
-
4. 🔍 In the search field, enter: `ghcr.io/zyrakq/arch-devcontainer-templates/arch-base`
10
+
4. 🔍 In the search field, enter: `ghcr.io/zyrakq/arch-devcontainer-templates/arch-base` or `ghcr.io/zyrakq/arch-devcontainer-templates/arch-linuxserver`
11
11
5. ✅ Select the desired template from the list
12
12
13
13
## 📦 Available Templates
@@ -19,6 +19,14 @@ Base template based on Arch Linux with:
19
19
- 💾 Separate volumes for home directory and workspace
20
20
- 🔒 Custom network isolation
21
21
22
+
### 🖥️ arch-linuxserver
23
+
Desktop template based on LinuxServer.io images with:
-[bartventer/devcontainer-images](https://github.com/bartventer/devcontainer-images/) - Comprehensive collection of Dev Container images and features
173
176
-[bartventer/arch-devcontainer-features](https://github.com/bartventer/arch-devcontainer-features/) - DevContainer features for Arch Linux by bartventer
0 commit comments