Chrome on windowsservercore?
See original GitHub issueI’d like to automate some web testing with selenium/chromedriver/chrome using windowsservercore
containers. It seems it should be possible to run chrome in headless mode but I’m not having any luck.
I was hoping you might have an image/dockerfile I could use but it doesn’t appear so. Is this something which isn’t possible with Windows Containers?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Chrome on Windows docker container is not working
I'm trying to run Google Chrome on a docker container. This docker container is based on the microsoft/windowsservercore:ltsc2016 . I want to use...
Read more >Do Windows containers support running Selenium-based ...
Specifically, I've been trying to run automated tests in headless Chrome on a microsoft/windowsservercore:latest image, but the automation ...
Read more >Install Microsoft Edge Chromium on Windows Server Core
Home Blog Install Microsoft Edge Chromium on Windows Server Core. 4sysops - The online community for SysAdmins and DevOps.
Read more >Chrome Installation could not be found in docker image based ...
Description Chrome does not seem to be installed even though ... Step 1/16 : FROM openjdk:windowsservercore-1803 ---> ff52812f16b8 Step 2/16 ...
Read more >Install Chrome in Windows Server using Powershell - Snel.com
Follow these easy steps to install chrome which will be much easier to browse with instead of Internet Explorer.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@StefanScherer Yes, windowsservercore image on Windows 10 machine. Whole dockerfile is mentioned in my comment. BTW: We were able to run this container only on Windows 10. We tried also Windows Server Core 1803 as host, but without any luck.
I was able to run selenium in windows containers. This works on my development Windows 10 machine. Rigth now I am struggling to run this on Windows server core 1803 host.