Skip to content

rleap-m/docker-desktop-installer-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Desktop Installer (CE) Wrapper - Windows 10

From the command line the Docker Desktop Installer (Community Edition) waits for a user to hit return after the installation completes. Wrapping this command in Start-Process with the -Wait switch allows it to run to completion without blocking for user-input (which is ideal for automated installations).

Note: Mirantis does not support the Community Edition (CE) Docker Desktop Installer

Waiting for User Input Docker Desktop Setup Waiting

Not Waiting for User Input Docker Desktop Setup Waiting

The script in this repository invokes the Docker Desktop Installer.exe program and passes the return code from the executable to the calling process for ease of use w/automation.

About

PowerShell wrapper which invokes the Docker Desktop Installer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published