Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

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

1 comment
Date Votes
  • 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 !

    1