https://github.com/damienvanrobaeys/Docker_Desktop_CE_Auto_Update_Service
Auto update Docker Desktop for Windows even with no admin rights using a Windows Service
https://github.com/damienvanrobaeys/Docker_Desktop_CE_Auto_Update_Service
Last synced: 4 months ago
JSON representation
Auto update Docker Desktop for Windows even with no admin rights using a Windows Service
- Host: GitHub
- URL: https://github.com/damienvanrobaeys/Docker_Desktop_CE_Auto_Update_Service
- Owner: damienvanrobaeys
- Created: 2020-06-25T10:36:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T08:31:39.000Z (almost 5 years ago)
- Last Synced: 2024-05-23T00:34:26.082Z (11 months ago)
- Language: PowerShell
- Size: 1.86 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - damienvanrobaeys/Docker_Desktop_CE_Auto_Update_Service - Auto update Docker Desktop for Windows even with no admin rights using a Windows Service (PowerShell)
README
# Auto Update Docker Desktop for Windows with a Windows Service
This allows you to create a Windows Service to Auto update Docker Desktop for Windows even with no admin rights.
The Windows Service will be executed each 5 hours (you can change it)The service name is: **Docker Desktop Auto Update**
To proceed run the file **Create_Docker_Auto_Update.ps1** with admin rights.
See below what do all scripts:
- Create_Docker_Auto_Update.ps1: Copy content and create the service
- Docker_Auto_Update_Script.ps1: Script that will check for new version and install it
- Remove_Docker_Auto_Update_Service: Remove the auto update serviceThe auto update script will proceed as below:
- Check new version on the relase web page
- Compare latest available version with this one installed
- If new one is available, it will be installed> *View the full blog post here*
http://www.systanddeploy.com/2019/06/run-file-in-windows-sandbox-from-right.html