Skip to content

Commit

Permalink
Update run config and exec config
Browse files Browse the repository at this point in the history
  • Loading branch information
emrul committed Jul 19, 2024
1 parent 74b19f8 commit f605e65
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion workspaces/Twingate Chrome/workspace.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
{
"description": "Google Chrome with Twingate Zero-Trust Network Access.",
"docker_registry": "https://europe-west2-docker.pkg.dev/twingate-labs/tg-agentless-images/",
"image_src": "chromium.png",
"image_src": "https://play-lh.googleusercontent.com/GBhNhKgjfy6i6Ucc0hyB-79WmcV7LvKSfGSy8iStFdZSaLioKQp5rPWjqsh2YFRRZsE1",
"name": "europe-west2-docker.pkg.dev/twingate-labs/tg-agentless-images/tg-chrome:dev",
"run_config": {
"cap_add": [
"NET_ADMIN"
],
"devices": [
"/dev/net/tun:/dev/net/tun:rwm"
],
"hostname": "kasm"
},
"exec_config": {
"assign": {
"cmd": "bash -c '/dockerstartup/custom_startup.sh --assign --url \"$KASM_URL\"'"
},
"go": {
"cmd": "bash -c '/dockerstartup/custom_startup.sh --go --url \"$KASM_URL\"'"
}
},
"categories": [
"Browser"
Expand Down

0 comments on commit f605e65

Please sign in to comment.