Reputation: 11
I'm new to docker. When I try to pull the selenium image on windows container I am getting an error:
image operating system "linux" cannot be used on this platform.
Same image I'm able to download using linux container.
TIA
Upvotes: 0
Views: 65
Reputation: 28626
Very likely you are using Windows containers and requested "selenium" image supports only Linux platform. Switch to Linux containers and you will be able to run Linux images.
Upvotes: 1