How to install docker to configure selenoid on windows?

206 Views Asked by At

I have created an app, that use selenoid, to use it you need docker and wsl

I am interested in the easiet way to download docker, that can be done automaticly, using code, so users won`t need to install it by themselves

And it is not docker desktop, because it contains docker engine, compose and others, but selenoid dont need all of them

I am using windows, but hopefully it will be possible to download on mac and linus too

So PLEASE, is there any easy ways to solve my problem?

I will be grateful for any help Thank you

1

There are 1 best solutions below

0
On

You can use this script to install docker.

curl -fsSL https://get.docker.com | sudo bash -s