Package Docker Windows
Hi All,
i'm looking for the an installation package of Docker Windows.
I've tried to create one, but currently there is no msi for the installation.
The exe file is waiting for something but i don't know what.
Silent parameters are specified but the install is waiting.
Someone has a functional package ?
Thank you,
0
Comments
To silently install Docker Desktop for Windows, juste dowload the installer from hub.docker.com
Next create a package and use this parameters :
install --quiet /LOG=.\output.log
That's all !