spcl / rFaaS

rFaaS: a high-performance FaaS platform with RDMA acceleration for low-latency invocations.
https://mcopik.github.io/projects/rfaas/
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Better, more configurable Docker support #25

Closed mattnappo closed 1 year ago

mattnappo commented 1 year ago

This draft PR contributes to #10 and #19 by:

Work that still needs to be done to wrap up Docker support:

Right now, the configuration system I added is capable of connecting to any registry. Of course, running a local registry on the same server as the executor manager is possible under this config.

mcopik commented 1 year ago

@mattnappo Thank you! This looks like a good start :-)

I have a similar but extended solution for container selection on a different branch (libfabric-sarus branch); maybe I can try to cherry-pick these changes to the development branch and merge them with your effort to get a nice interface for container type selection.

mattnappo commented 1 year ago

This has been moved to #29