garethr/garethr-docker

Support for Docker under Windows

fgabriel78 opened this issue · 2 comments

With the native support of Docker under Windows Server 2016, it will be necessary to add support for Windows on the Docker Puppet module.

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.

Could we use DSC to manage docker & containers? https://docs.docker.com/engine/admin/dsc/