mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
Switch references from libpod.conf to containers.conf
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -84,7 +84,7 @@ type Runtime struct {
|
||||
|
||||
// SetXdgDirs ensures the XDG_RUNTIME_DIR env and XDG_CONFIG_HOME variables are set.
|
||||
// containers/image uses XDG_RUNTIME_DIR to locate the auth file, XDG_CONFIG_HOME is
|
||||
// use for the libpod.conf configuration file.
|
||||
// use for the containers.conf configuration file.
|
||||
func SetXdgDirs() error {
|
||||
if !rootless.IsRootless() {
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user