spurin/diveintoansible-lab

Big clash with VirtualBox TTY management under Windows10

Closed this issue · 1 comments

Guest OS : Linux
Hypervisor: VirtualBox
Host: Windows 10

Problem: few seconds after running the "docker-compose up" command, I loose my X session and I can see the prompt from the different containers :

vm_diveintoissue_Capture

The nasty thing is that I can no longer access the consoles, because after a few seconds, the console is switched to another container. So you don't have time to kill the containers one-by-one to try to get control back.
So you end up restarting your VM.

Interesting issue :).

I'll try to isolate the problematic part, but obviously it is linked to TTY.
If I disable TTY, which component will be impacted ? the portal ?

Not sure the problem is related to TTY in general, or the images
Might be a docker / docker-compose issue (cf https://forums.docker.com/t/docker-compose-crashing-xorg-with-every-container/77940) .