Sign inSign up

ani1203/chocoinstall

By ani1203

Updated about 7 years ago

windowsservercore:1607 with chocolatey installed

Image
0

179

ani1203/chocoinstall repository overview

DOCKER-FILE

FROM microsoft/windowsservercore:1607

SHELL ["powershell", "-command"]

RUN Invoke-WebRequest https://chocolatey.org/install.ps1 -UseBasicParsing | Invoke-Expression

RUN refreshenv

RUN choco upgrade chocolatey

RUN choco feature enable -n allowGlobalConfirmation -y

Tag summary

Content type

Image

Digest

Size

5.4 GB

Last updated

about 7 years ago

docker pull ani1203/chocoinstall