Add FFJSON encoding/decoding for our container structs

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #323
Approved by: mheon
This commit is contained in:
Matthew Heon
2018-02-12 11:48:20 -05:00
committed by Atomic Bot
parent 445aaf87fa
commit f2041b51f3
6 changed files with 3709 additions and 77 deletions

View File

@ -88,6 +88,7 @@ func (ns LinuxNS) String() string {
}
// Container is a single OCI container
// ffjson: skip
type Container struct {
config *ContainerConfig