OneGet / MicrosoftDockerProvider

Provider to search, save and install Docker
Other
133 stars 55 forks source link

Untrusted Package source reported during the installation of Docker 1.13.1-cs1 on Windows 2016 Server #21

Open ajeetraina opened 7 years ago

ajeetraina commented 7 years ago

Hello,

While installing Docker 1.13.1-cs1 on Windows 2016 Server, the Install-Package command reported that the packages are coming from untrusted source as shown below:

PS C:\Users\Administrator> Install-Package -Name docker -ProviderName DockerMsftProvider The package(s) come(s) from a package source that is not marked as trusted. Are you sure you want to install software from 'DockerDefault'? [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): A

As Docker is officially supported on Windows 2016, the packages should be marked trusted as it comes from DockerMsftProvider.