weaveworks / footloose

Container Machines - Containers that look like Virtual Machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A better abstraction for different backends (ignite vs docker vs ...)

dlespiau opened this issue · comments

The ignite backend has been introduced and we have now two backends living in the same space with some if backend == "ignite" to distinguish code paths.

It'd be nice to come up with a nice cluster/machine abstraction where the code for each backend live in their respective package.

This should help #176