Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .devcontainer/codespaces.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
services:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[warning] missing document start "---" (document-start)

chromeos:
image: dockurr/chromeos
container_name: chromeos
environment:
VERSION: "stable"
GPU: "N"
FORCE_HOST_CURSOR: "Y"
KEEP_AWAKE: "N"
RAM_SIZE: "half"
DISK_SIZE: "max"
CPU_CORES: "max"
Comment on lines +9 to +12
devices:
- /dev/kvm
- /dev/net/tun
device_cgroup_rules:
- "c 226:* rwm"
cap_add:
- NET_ADMIN
ports:
- 8006:8006
volumes:
- ./chromeos:/storage
restart: always
stop_grace_period: 2m
16 changes: 16 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "ChromeOS Flex",
"service": "chromeos",
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
"initializeCommand": "docker system prune --all --force"
Comment on lines +14 to +15
}
Binary file added .github/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading