Ram
Ram

Reputation: 11

Not able to pull selenium image on windows

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

Answers (1)

Jan Garaj
Jan Garaj

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

Related Questions