mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Save ContainerConfig.User to database
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #194 Approved by: rhatdan
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user