Nathan Sullivan

Results 29 issues of Nathan Sullivan

## Description When defining host volumes, an error occurs. Works fine with [docker-compose](https://github.com/docker/compose) without error. ## How to reproduce ``` statsd: image: visity/statsd:0.7.2.1 volumes: - ./statsd_docker_entrypoint_test.sh:/docker-entrypoint.sh:ro - ./statsd_config_test.js:/opt/statsd/config.js:ro ``` Both...

Currently if you spin up your infrastructure using `docker-compose-api`, and try to `stop` or `rm` it with `docker-compose` after, nothing occurs and the containers remain running. Should the two be...

## Description When starting the stack with docker-compose-api, and containers from a previous execution are still running, an error occurs after attempting a clean restart. ## How to reproduce ```...

bug

Would it be possible to get support for `docker-compose scale service=X`? If I get enough time I might try and PR it if someone else doesn't get there first. Thanks.

enhancement

http://docs.aws.amazon.com/AmazonS3/latest/API/v2-RESTBucketGET.html Supports extra args/pagination mechanisms, compared to the old v1: http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html An example of support in another project, maybe port it across? https://github.com/MathieuLoutre/mock-aws-s3/pull/45/files

**Describe the rationale for the suggested feature.** Being able to get more detailed information about an issue. **Describe the feature** Implement some ability to start a collector before all other...

**Describe the rationale for the suggested feature.** We should configure a bundle path for preflight usage, even if we don't store the final outcomes. This would allow using a lot...

type::feature

**Describe the rationale for the suggested feature.** Catching scenarios where Rook (or other storage backends) cannot mount a volume that's backing a PV/PVC. **Describe the feature** We should analyze all...

type::feature

I have a scenario where doing some large scale testing, we want to empty the bucket after each attempt basically. Deleting the bucket doesn't work so well as theres a...

For when using something like a private Geminabox as your upstream.