kasm-workspaces-dind icon indicating copy to clipboard operation
kasm-workspaces-dind copied to clipboard

Results 3 kasm-workspaces-dind issues
Sort by recently updated
recently updated
newest added

Small changes to compose, mapping 4433 to 443, otherwise the same as in readme.md, also changed to develop, but did so as 1.11.0 was experiencing the same issue. docker-compose.yml: ```yaml...

I am working on using kasm in kubernetes and virtualization engines and running into a mtu issue. I am able to set the mtu in dockerd, but based on the...

Docker-Compose.yaml ``` version: "2.1" services: kasm: image: kasmweb/workspaces:1.11.0 privileged: true container_name: kasm environment: - KASM_PORT=4443 volumes: - /docker/containers/kasm/:/opt ports: - 4443:443 - 3099:3000 restart: unless-stopped ``` Able to log into...