scoopex / puppet-kitchen_template

This is a template project for using kitchen for puppet development
BSD 2-Clause "Simplified" License
13 stars 9 forks source link

Feature: Add possibility to use docker #1

Closed scoopex closed 6 years ago

scoopex commented 6 years ago

In former times this template also supports the usage of a docker template.

With image ubuntu-upstart:14.04" it was possible to launch a simple container which just runs ssh to make kitchen working. Ubuntu 16.04 does not support this kind of image anymore - a replacement is needed.

scoopex commented 6 years ago

First try at https://github.com/scoopex/puppet-kitchen_template/tree/docker

Fortunately, kitchen solved the known problems.