Support for Docker under Windows
fgabriel78 opened this issue · 2 comments
fgabriel78 commented
With the native support of Docker under Windows Server 2016, it will be necessary to add support for Windows on the Docker Puppet module.
dbason commented
The compose resource works out of the box (assuming you have the docker-compose binary in path on your Windows box). For most of the other stuff that is based on execs it shouldn't be too much work to make it compatible with Windows. Stuff like the images manifest may be a bit trickier though as it's based on a shell script.
BarnumD commented
Could we use DSC to manage docker & containers? https://docs.docker.com/engine/admin/dsc/