Browse Source

add /var/run/docker.sock

Robert Middleswarth 2 years ago
parent
commit
f7c188b231
1 changed files with 5 additions and 1 deletions
  1. 5 1
      template/apps/kasm.json

+ 5 - 1
template/apps/kasm.json

@@ -34,7 +34,11 @@
 		{
 		{
 			"bind": "/portainer/Files/AppData/Config/kasm/profiles",
 			"bind": "/portainer/Files/AppData/Config/kasm/profiles",
 			"container": "/profiles"
 			"container": "/profiles"
-	        }
+	        },
+                {
+                        "bind": "/var/run/docker.sock",
+                        "container": "/var/run/docker.sock"
+                }
 	],
 	],
 	"webpage": "https://www.kasmweb.com/"
 	"webpage": "https://www.kasmweb.com/"
 }
 }