French Ben
French Ben
@tomalok if you're going to modify the template, why not add your own container that gets called in the cronjob - You can bind mount the proper locations for the...
@tomalok Sounds like a good approach - any chance you'd consider sharing the (edited) script via a gist?
I believe that nested stacks may be a good solution - There are a couple of examples out there, but currently not something we support directly. https://github.com/widdix/learn-cloudformation/tree/master/lab7-nested-stacks With that being...
@kinghuang please checkout Infrakit's repo, for a spot-instance example: https://github.com/docker/infrakit/blob/master/examples/playbooks/aws/provision-spot-instance.yml
@westfood Thanks for the issue - This seems more related to Swarmkit/docker, rather than aws/azure setup. Could you open an issue within their repo? Additionally having steps, at its most...
@kinghuang it's true that you can't add additional daemon config post deployment, but you can do this prior to deploying your cluster. If you look at the latest template, there's...
We don't use credentials to log to CloudWatch, as we use simple EC2 IAM roles. Could you provide some details of the logging setup?
@shankar-bala behind the scene, we use Infrakit's AWS loadbalancer plugin to handle this functionality: https://github.com/docker/infrakit/tree/master/pkg/provider/aws Looking at the code, you can see that the container needs read/write access to the...
By default, we keep the daemon from exposing itself to the world; with that said, the host config is a list, which means that it can have multiple settings, which...
You mention a 5 node cluster and then say that there are only 4 replicas, does this mean that you have 1 manager and 4 workers and that your services...