Peter Abbott

Results 13 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...

@dyladan ping as I can see you did the last release of this module. Is there way to get eyes on a PR? Any reckons / comments here regarding adding...

@JamieDanielson thanks for the update. The scenario we have is where a lambda uses an SQS event source mapping where the batch size > 1. The messages on the queue...

Using the AwsLambdaInstrumentation and the extractor hook we attempt to extract the propogated trace id from the SQS Records in the batch. This is fixed to SQS and wont apply...

@blumamir wondering if there is any movement on this?

@harazdovskiy have given 3.5.3 a try and the problem still exists. It would be helpful if the credentials [here](https://github.com/shelfio/dynamodb-parallel-scan/blob/master/src/ddb.ts#L29) could be linked to AwsCredentialIdentityProvider to be able to retreive credentials...