VMware Cloud Community
sautax
Contributor
Contributor

vmrc in docker : "Unable to connect to the MKS : internal error"

Hello,

I’m trying to launch a VMRC in a docker container, with openbox and vnc.

I managed to start the connexion but then i get the error "Unable to connect to the MKS : internal error". I can discard the error and access the virtual machine settings, all the informations about the VM are here, but i don’t have any video output from the VM.

I tried connecting with the web console inside the docker and it connected just fine.

Do someone have an idea of what’s going wrong with vmrc and how to fix it ?

I’ve attached the log of vmrc as "log.txt".

Thanks in advance

0 Kudos
1 Reply
genokrad
Contributor
Contributor

Faced with same issue trying run VMRC inside ubuntu docker.

With help this dockerfile was find additional keys for docker run command, and no more error Unable to connect to the MKS : internal error

-v /dev/bus/usb:/dev/bus/usb
--device /dev/snd 
--privileged

After this i install VMRC in docker and commited image.

0 Kudos