Ciro S. Costa
Ciro S. Costa
@friism maybe it's a bit off-topic but what's the relationship between linuxkit and docker-for-aws? (Sorry if it's a too dumb question). Thx!
hmmmmm got it; actually I was planning to use SSDs either as swap or just to compare the performance for an application that we're deploying; from the AWS docs I...
btw, I'd *really* like to have access to the code inside those containers 😁
One way is modifying the CloudFormation template to have your options. You can take a look at the `LaunchConfig` for both nodes/managers and see that there's the creation of the...
Note that if your insecure registry lives on `127.0.0.1` you can push to it w/out problems: ``` docker info (...) Insecure Registries: 127.0.0.0/8 ``` which you can back up with...
Hey, As we moved Concourse into a direction where being part of a BOSH release is just a detail in the way that we distribute it, I personally feel that...
Oh, I just realized that @taylorsilva just had https://github.com/concourse/concourse-bosh-release/pull/65 in 🤔
yeah, perhaps documenting the `dev` stuff would be good indeed, e.g., how we document how to build and run Concourse in the main contributinig one: > After making any changes,...
oh, something else: - https://github.com/concourse/concourse-bosh-release/pull/66#pullrequestreview-312596990 giving some guidance on adding things like `example:`, descriptions, not setting defaults, etc would be pretty nice
Hi @bottkars , Would you mind sharing which version were you using? Is that 6.1.0? It'd be great if you could share a bit of your setup too - are...