Juan Calderon-Perez

Results 1410 comments of Juan Calderon-Perez

The proposed option could also be added in dockerd `daemon.json` file.

@pjebs There's no HTTP2 support. I doubt we will see HTTP3

👍 For adding this

@squeed Same way as overlay in Docker works or ipvlan but being able to specify vni, multicast group, etc.

> > flannel > > I don't need to stick on k8s, I want something platform-agnostic, for instance creating something new on top of containerd Same here, my use-case is...

@squeed I found this plugin for Docker, but it's several years out of date. Probably doesn't work. https://github.com/TrilliumIT/docker-vxlan-plugin The use-case is the same one mentioned here: https://github.com/TrilliumIT/docker-vxlan-plugin#use-cases

@alanhe Yes, the reason for the change was that the `DefaultRegisterer` is shared across modules, so multiple things were updating the same thing. This was exposed when the unit-tests were...

I can add a function called `NewWithDefault` or something, that uses default registerer.

I will be fixing this during the weekend.

I haven't tested this, but looking at fasthttp docs, I may be able to use `string(ctx.Request().URI().Path())` ```markdown Path returns URI path, i.e. /foo/bar of http://aaa.com/foo/bar?baz=123#qwe . The returned path is...