kitchen-dokken icon indicating copy to clipboard operation
kitchen-dokken copied to clipboard

Test Kitchen driver/provisioner for lightning faster Chef Infra cookbook testing with Docker

Results 55 kitchen-dokken issues
Sort by recently updated
recently updated
newest added

## :ghost: Brief Description I have quite an old Chef (12) and nodes (Ubuntu 14.04) setup. After migrating to Apple M1 MacBook and installing the latest Chef Workstation (as ChefDK...

# Description Docker Desktop 4.3.0+ uses cgroupv2 which breaks containers that use `systemd` ([ref](https://docs.docker.com/desktop/release-notes/#bug-fixes-and-minor-changes-16)) > Containers that use `systemd` need to run with `--privileged --cgroupns=host -v /sys/fs/cgroup:/sys/fs/cgroup:rw.` This PR provides...

# Description It seems that Kitchen does not provide separate objects in all cases when doing concurrent execution. This means that mutating config[:binds] and config[:volumes] caused inconsistent state in concurrent...

# Description When using Podman the login is not working the way it should. ## Issues Resolved N/A ## Type of Change This is just a quick fix The most...

## Problem Statement While Linux containers appear to be supported on Windows hosts, it does not seem like actual Windows containers are supported as part of the project (unless I've...

## Brief Description The blog URL in the README redirects to the frontpage. ## Version N/A ## Environment N/A ## Scenario Reading the mentioned blog post. ## Steps to Reproduce...

### :speaking_head: Foreword Thanks for the badass project! Ran into an issue that I was able to work around, but wanted to suggest a feature. It would be great to...

# Description This is a draft/work-in-process proof of concept to address the idea mentioned in #268 It allows users to specify either the following in a global config file. ```...

The hostname config in suites is a super powerful way to utilize the single dokken network and docker name resolution for cluster or client/server configurations. We should document how to...

## :speaking_head: Foreword I can't for the life of me get DNS to work via the default nameserver of 127.0.0.11, overridding it with a dns setting deosnt change the value...