Travis Reeder
Travis Reeder
In order to optimize various things such as: * reducing image pulls * reducing disk space for image cache * streaming inputs to running containers (#214) - hot functions the...
Create a docker image that can easily deploy IronFunctions to Digital Ocean. eg: ``` docker run ..... iron/fn-deploy digitalocean ```
Something along the lines of: ``` fn docker login ... ``` See (or copy) https://github.com/iron-io/ironcli Runner should already support this, we'll have to pass the info into it though.
Should include: * [ ] Starting up a registry - https://docs.docker.com/registry/ * [ ] Use that registry in image in func.yaml? * [ ] Pushing function to that registry *...
https://github.com/iron-io/dockerworker I think this is primarily changing them to use stdin and no IronWorker library dependencies.
For instance, see the ruby vendoring: https://github.com/iron-io/dockerworker/tree/master/ruby Or the node vendoring: https://github.com/iron-io/dockerworker/tree/master/node If the dependencies have any native extensions, it won't work if built on the user's host system (unless...
https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/getting-started-guide#what-do-i-build-when-creating-a-skill