Hello all,
Docker Desktop for Windows;
Is there a way to disable a user’s ability to update docker (through the user interface) via some mechanism like a switch during install or setting a config somewhere during install?
After researching this for quite a while, I found (but haven’t yet tested) silent install commands:
Docker_for_Windows.exe /qn
However, i found nothing on how to make it easier to hide docker from the user (especially preventing docker from asking them to update the software).
Thanks in advance!