Jump start into Chocolatey in a Windows container.
- You can use this image to easily test things interactively without polluting your real Windows machine.
- Or use it as a base image for an easy Dockerfile to install things into a Windows container.
docker build -t chocolatey .
docker build --build-arg version=1803 -t chocolatey .
docker build --build-arg version=ltsc2019 -t chocolatey .