fadams

Results 8 issues of fadams

Hello, Firstly thanks for publishing this it's really useful. I've been using it as a starting point trying to get pulseaudio in docker working on some other applications. One weird...

Hi thanks for the great project. From what I've observed it looks like objects stored in say a RedisDict are "immutable" in the sense that if I were to want...

question

Hello, I've a couple of (probably) related questions. I know for example that invoking functions via cur can be achieved via http triggers as described in this tutorial https://github.com/fnproject/tutorials/blob/master/Introduction/README.md and...

Hello, looking through the documentation https://github.com/fnproject/docs/blob/master/fn/develop/triggers.md only HTTP triggers seem to be mentioned so this implies to me that only HTTP triggers are currently supported by Fn, is this correct?...

Hi, I've set up a pretty basic private Docker registry ``` docker run --rm -d \ --name registry \ -p 5000:5000 \ registry:2 ``` Which is pretty much the same...

Hello all. I've been enjoying trying out Fn and things seem to be working pretty well for me running a simple server with `fn start` and even running my own...

Hello. I'm relatively inexperienced with Fn and I haven't done much with Flow, but it seems like an interesting approach. TBH when one considers Microservices and Serverless a lot of...

I've tried setting KUBERNETES_VERSION=1.6.2 but although the correct hyperkube version is pulled (gcr.io/google_containers/hyperkube-amd64:v1.6.2) it fails to start correctly with Docker reporting the container as stopped. Googling for "kubelet 1.6 in...