problem with the docker image https://hub.docker.com/r/kasmweb/kasmos-desktop
hello, I have a problem with the docker image https://hub.docker.com/r/kasmweb/kasmos-desktop That's yours.
here is the logs, can you please solve my problem ? :
https://raw.githubusercontent.com/ssbagpcm/files/refs/heads/main/logs.txt
I need this image to create an alternative to claude computer. Thanks in advance !
Which specific tag are you using?
I don't see any logs indicating you attempted to connect to the desktop session. Did you attempt to connect via a browser at the appropriate URL, what was the URL you attempt to connect on and what browser type did you use (chrome, firefox, etc)?
thanks for the fast answer !
the new logs are here (with my connection to the web session) : https://raw.githubusercontent.com/ssbagpcm/files/refs/heads/main/new-logs.txt
and here is a screen of the page in the correct adress and port :
as you can see the page isn't working. i'm new to docker, it's possible that i made an error.
I've tried on github codespaces (here) and yesterday on my windows 11 desktop. Both wasn't woking. Same errors. in my laptop i used brave and now chrome, as you can see. I guess both are based on chromium, so i don't think the problem is here. thanks in advance.
and i am using this tag : sudo docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/kasmos-desktop:1.16.0, it's the one you put in the docs in https://hub.docker.com/r/kasmweb/kasmos-desktop.
?
Make sure you specify the https in the URL when you try to connect to it. you also need to add the port 6901
So it should be
https://<your server>:6901
In the instructions on the dockerhub page , this is the very next line after the command to run the container:
The container is now accessible via a browser : https://IP_OF_SERVER:6901