Travis Reeder

Results 137 issues of 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...

enhancement
area/api
area/driver

Create a docker image that can easily deploy IronFunctions to Digital Ocean. eg: ``` docker run ..... iron/fn-deploy digitalocean ```

help wanted

https://developers.google.com/actions/

area/examples

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 *...

documentation
area/runner

https://github.com/iron-io/dockerworker

area/fn

Copy same format and implementation from Titan.

enhancement

https://github.com/iron-io/dockerworker I think this is primarily changing them to use stdin and no IronWorker library dependencies.

area/examples

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

question
area/fn
ux

https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/getting-started-guide#what-do-i-build-when-creating-a-skill

area/examples