summaryrefslogtreecommitdiff
path: root/libpod/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/container.go')
-rw-r--r--libpod/container.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod/container.go b/libpod/container.go
index 31f84ebb5..66eb4aa2d 100644
--- a/libpod/container.go
+++ b/libpod/container.go
@@ -157,6 +157,7 @@ type ContainerConfig struct {
CreatedTime time.Time `json:"createdTime"`
// User/GID to use within the container
User string `json:"user"`
+
// TODO save log location here and pass into OCI code
// TODO allow overriding of log path
}