garethr-docker icon indicating copy to clipboard operation
garethr-docker copied to clipboard

Support for Docker under Windows

Open fgabriel78 opened this issue 7 years ago • 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.

fgabriel78 avatar Mar 31 '17 15:03 fgabriel78

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.

dbason avatar Apr 28 '17 00:04 dbason

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

BarnumD avatar Aug 07 '17 19:08 BarnumD