diff --git a/workspaces/Wing/wing.png b/workspaces/Wing/wing.png new file mode 100644 index 0000000..5fa6234 Binary files /dev/null and b/workspaces/Wing/wing.png differ diff --git a/workspaces/Wing/workspace.json b/workspaces/Wing/workspace.json new file mode 100644 index 0000000..a700531 --- /dev/null +++ b/workspaces/Wing/workspace.json @@ -0,0 +1,30 @@ +{ + "description": "Wing is a programming language for the cloud", + "docker_registry": "https://index.docker.io/v1/", + "image_src": "wing.png", + "name": "doctorwhen/kasm:wing", + "friendly_name": "Wing", + "cores": 2, + "memory": 2768, + "gpu_count": 0, + "cpu_allocation_method": "Inherit", + "run_config": { "hostname": "kasm-wing" }, + "exec_config": { + "first_launch": { + "user":"root", + "cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'" + } + }, + "categories": [ + "Desktop", + "Development", + "Productivity" + ], + "architecture": [ + "amd64" + ], + "compatibility": [ + "1.14.x" + ], + "uncompressed_size_mb": 8120 +} \ No newline at end of file