Add chromium as an example

1.0
Chris Hunt 3 years ago
parent 1256e268b2
commit 9bf7937414
No known key found for this signature in database

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

@ -0,0 +1,25 @@
{
"description": "Chromium is a free and open-source browser, primarily developed and maintained by Google.",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "chromium.png",
"name": "kasmweb/chromium:develop",
"run_config": {
"hostname": "kasm"
},
"exec_config": {
"go": {
"cmd": "bash -c '/dockerstartup/custom_startup.sh --go --url \"$KASM_URL\"'"
},
"assign": {
"cmd": "bash -c '/dockerstartup/custom_startup.sh --assign --url \"$KASM_URL\"'"
}
},
"categories": [
"Browser"
],
"friendly_name": "Chromium",
"architecture": [
"amd64",
"arm64"
]
}
Loading…
Cancel
Save

Powered by TurnKey Linux.