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

A Test Kitchen Driver for Docker

Results 71 kitchen-docker issues
Sort by recently updated
recently updated
newest added

https://github.com/test-kitchen/kitchen-docker/blob/81c841844d52f65c91df6b1a04e331173b766ca4/lib/kitchen/driver/docker.rb#L231

Before the `run_command('docker')` we use to check if docker is installed, we should do `run_command('true')` to check that sudo is working (if enabled). Currently if you don't have sudo nopasswd...

enhancement

kitchen-docker starts SSHD as the first process in the container. The docker image I use has its own init that runs as PID 1. It would be nice if kitchen-docker...

enhancement

I'm currently trying to find out why my `kitchen verify` is failing, however, even when running ``` bundle exec kitchen verify -l debug package-centos-7 -----> Starting Kitchen (v1.16.0) D [local...

Unsuccessfully try to use official Jenkins container for kitchen-test. Digged a bit more and discovered that user is set to a non root 'jenkins' https://github.com/jenkinsci/docker/blob/587b2856cd225bb152c4abeeaaa24934c75aa460/Dockerfile#L66 https://github.com/jenkinsci/docker/blob/587b2856cd225bb152c4abeeaaa24934c75aa460/Dockerfile#L5 The error is: ```...

Using Docker version 1.12.1, build 23cf638 I get errors such as these: ``` -----> Cleaning up any prior instances of -----> Destroying ... Finished destroying (0m0.00s). -----> Testing -----> Creating...

Hi all! **Steps and Info. to reproduce the problem:** - **OS**: Ubuntu 14.04 - Clone [`master`](https://github.com/test-kitchen/kitchen-docker/tree/master) branch. - Enable Docker images deletion: `remove_images: true` - Create 2 instances. `kitchen create`...

On ubuntu having `run_command: /lib/systemd/systemd` in kitchen.yml and calling `kitchen test` or `kitchen create` will spawn a new systemd "session". At first I thought I was being logged out and...

When installing pip packages in the `provision_command` while building container images, it can output something similar to Docker's final message with the container ID: Successfully built ansible PyYAML pycrypto cryptography...

As of the latest Chef-workstation release. The chef-client cookbook fails to run when using this drive. I have also tested with the vagrant and dokken drivers. It will work with...