summaryrefslogtreecommitdiff
path: root/pkg/spec/containerconfig.go
Commit message (Collapse)AuthorAge
* Add a new function for converting a CreateConfigMatthew Heon2019-05-01
Right now, there are two major API calls necessary to turn a filled-in CreateConfig into the options and OCI spec necessary to make a libpod Container. I'm intending on refactoring both of these extensively to unify a few things, so make a common frontend to both that will prevent API changes from leaking out of the package. Signed-off-by: Matthew Heon <matthew.heon@pm.me>