diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-02-12 11:48:20 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-16 16:46:09 +0000 |
commit | f2041b51f39855f288f8feb486c5726587ebe90a (patch) | |
tree | e7b059b851c3cf3b46630f2ef778844322d74765 /libpod/container.go | |
parent | 445aaf87fae22fb38e68f2bc158e833fa58141bc (diff) | |
download | podman-f2041b51f39855f288f8feb486c5726587ebe90a.tar.gz podman-f2041b51f39855f288f8feb486c5726587ebe90a.tar.bz2 podman-f2041b51f39855f288f8feb486c5726587ebe90a.zip |
Add FFJSON encoding/decoding for our container structs
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #323
Approved by: mheon
Diffstat (limited to 'libpod/container.go')
-rw-r--r-- | libpod/container.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod/container.go b/libpod/container.go index 4d28c1b59..d3a58d904 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -88,6 +88,7 @@ func (ns LinuxNS) String() string { } // Container is a single OCI container +// ffjson: skip type Container struct { config *ContainerConfig |