generated from kasmtech/workspaces_registry_template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a230c88
commit 36b19d6
Showing
4 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"description": "Collection of Ascii Games", | ||
"docker_registry": "https://index.docker.io/v1/", | ||
"image_src": "games.png", | ||
"name": "doctorwhen/kasm:asciigames", | ||
"friendly_name": "Ascii Games", | ||
"cores": 2, | ||
"memory": 2768, | ||
"gpu_count": 0, | ||
"cpu_allocation_method": "Inherit", | ||
"run_config": { "hostname": "kasm-games" }, | ||
"exec_config": { | ||
"first_launch": { | ||
"user":"root", | ||
"cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'" | ||
} | ||
}, | ||
"categories": [ | ||
"Games", | ||
"Desktop", | ||
"Productivity" | ||
], | ||
"architecture": [ | ||
"amd64" | ||
], | ||
"compatibility": [ | ||
"1.14.x" | ||
], | ||
"uncompressed_size_mb": 10300 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ | |
"compatibility": [ | ||
"1.14.x" | ||
], | ||
"uncompressed_size_mb": 9860 | ||
"uncompressed_size_mb": 10000 | ||
} |