[Command] warden vnc Does Not Work Since Docker Compose Update
sprankhub opened this issue · 0 comments
sprankhub commented
Version of Warden
0.14.1
Operating System and Installation Method
Ubuntu 22.04 via Brew
Describe the Bug
Remmina does not start correctly any more with warden vnc
. The Docker container name is wrong.
To Reproduce
- Go to your running project.
- Run
warden vnc
. - See error "VNC server closed connection".
Expected Behavior
Remmina is started and connects to Selenium container successfully.
Additional context
Workaround:
In the .remmina
file, replace all underscores in the server
property with dashes and then run remmina -c {{PATH_TO_YOUR_PROJECT}}/.remmina
manually.