5 ms·
Are there plans to support other container managers (other than Garden-based managers)?
by Sevein 10y ago
Are there plans to support other container managers (other than Garden-based managers)?
- vito 10y agoThe nature of Garden is to support container managers as Garden backends. Garden itself is just a client/server API spec. For example, [Guardian](https://github.com/cloudfoundry-incubator/guardian-release https://github.com/cloudfoundry-incubator/guardian-release) is in the works to replace the Linux backend with a thinner runC-based backend. The main value we get from it is having a nice Go API and not having to overhaul everything using Garden every time some shiny new container tech comes out.