diff options
Diffstat (limited to 'libpod/container.go')
-rw-r--r-- | libpod/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container.go b/libpod/container.go index 913d989ca..aa80fb4a5 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -280,7 +280,7 @@ func (c *Container) MountPoint() (string, error) { // The path to the container's root filesystem - where the OCI spec will be // placed, amongst other things func (c *Container) bundlePath() string { - return c.state.RunDir + return c.config.StaticDir } // The path to the container's logs file |