consider providing (templates for) best practice container spec? · Issue #867 · containerd/containerd · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if perhaps there is scope for pulling out the common (i.e. obvious/non-opinionated) bits out of that code into some central location, such as a containerd package, where it can be used as a base?
Or perhaps this is more of a https://github.com/opencontainers/runc thing? Although I expect the further down the stack we go the less common ground there will be.
I think it is something that we can pull out into our client libs that will give a good default spec. Docker has good defaults that have worked for the majority of use cases and is secure so we should use that as our base. It should not go to OCI.
Uh oh!
There was an error while loading. Please reload this page.
In moby/swarmkit#1965 I ended up copying chunks of github.com/docker/docker/oci/DefaultSpec into my containerd executor for swarmkit, which makes me a touch uncomfortable.
I wonder if perhaps there is scope for pulling out the common (i.e. obvious/non-opinionated) bits out of that code into some central location, such as a containerd package, where it can be used as a base?
Or perhaps this is more of a https://github.com/opencontainers/runc thing? Although I expect the further down the stack we go the less common ground there will be.
/cc @stevvooe
The text was updated successfully, but these errors were encountered: