My case:
I have a project that parses the website using selenium chrome driver. Currently, I am using 5 computers under Windows OS (1 physical and 4 VM inside the physical). I am using this setup because of the captcha, so each machine has its own public IP (using VPN).
I was thinking of enlarging this project under docker and want to ensure some aspects.
- Is it possible to have a docker(windows instances) that acts like a VM (like has graphical interface, installation VPN and so on)? I am thinking because, VM are seems to be resource intensive (only difference is IP and separate chrome driver).
- Docker seems to more friendly with ubuntu. Can I setup one ubuntu and create N number of docker with its own VPN, but use chrome driver of the main ubuntu machine?
- Can I access those docker via anydesk, or smth like that? Graphical interface is important for now. (In the future planning to test with headless mode).
Thanks in advance!
I have read some materials but i am confused a liitle.