Peter Abbott

Results 5 comments of Peter Abbott

You have to make sure that DOCKER_HOST is not set to the tcp address you'd use with Docker Machine or use the socket attribute to set to `unix:///var/run/docker.sock` There is...

The main issue is probably the check for remote_socket forcing sudo, https://github.com/test-kitchen/kitchen-docker/blob/master/lib/kitchen/driver/docker.rb#L60 When using Docker for Mac (or Windows) the DOCKER_HOST environment variable no longer needs to be set. So...

Until merge requests are applied, the easiest way to get past this is updating cane file with ``` --max-violations 10 ``` For example: https://github.com/peterabbott/kitchen-docker/blob/master/.cane I have also started a forked...

I had to come up with a unique name to publish to rubygems repo. This uses ssh to provision instead of `docker exec` that another similar driver uses. I have...

I see this is still open for discussion and wondering if anything is going to happen??? I have been searching the forums for a few days as I am keen...