j-travis
j-travis
Hi, Can you give us more information to go off of? - What os version, cpu architecture are you using - Which version of Docker and docker compose - Are...
@sunagui , Try taking portainer out of the equation. I installed ProtonOS 4.0 Rev2 x86_64 (https://github.com/vmware/photon/wiki/Downloading-Photon-OS#downloading-photon-os-40-rev2) on a fresh VirtualBox VM. I started docker and was able to run the...
Thanks for the info on Tor -it looks like we may be able to add that fairly easily. We just pushed a test version of Kali today. More info here:...
Hi, this looks like a generic dependency issue. The packet tracer installer is likely not installing all its dependencies - in this case libqt5 so you'll need to track them...
Sound is not available if you run the containers outside of Kasm Workspaces. However it should work when you run within Kasm Workspaces. By default, the [email protected] user has audio...
Both of your errors indicate a DNS name resolution issue which is likely an issue with your environment and not the Kasm app. Try pulling the image manually from the...
Hi, this message shows anytime you use Chrome managed policies which is a helpful way of setting default configurations Our images are open source, so you can see what we...
Chromium based apps often need the `--no-sandbox` flag to run within docker containers. https://github.com/kasmtech/workspaces-images/blob/develop/src/ubuntu/install/brave/install_brave.sh#L5
Yes, you are free to add any docker run flag you want , including `--user root` https://docs.docker.com/engine/reference/commandline/run/
It looks like when you built the image you have changed the base container to ubuntu 22.04 (jammy) . We don't support this yet. You can see its trying to...