Ivan Krutov

Results 755 comments of Ivan Krutov

There is even no command in Windows to set screen resolution.

@emilorol yes, this seems to be the only possible solution right now.

@t880216t should be called during Windows startup. No way to call in qemu.

@sujaysie see https://github.com/aerokube/windows-images

@raja3000 you are understanding it correctly. Main reasons are: 1) It's easier to distribute containers with VM + its memory snapshot inside. 2) Selenoid and Moon and working with containers...

@NavySeal5 is network name `selenoid_internal`?

@NavySeal5 two possible reasons: 1) Your containers are starting too slowly. In that case you just need to increase `-service-startup-timeout` e.g. to `1m`. 2) There is an issue in image...

@emilorol in Selenoid containers are always running in `privileged` mode.

@toni-moreno usually container logs help to diagnose what's happening there.

@toni-moreno certainly, just run it as follows: ``` $ docker run -p 4444:4444 -p 5900:5900 --privileged windows/edge:18 ``` Then you should be able to access VNC on port VNC (password...