mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Merge pull request #3720 from baude/honorconfiginuser
honor libpod.conf in /usr/share/containers
This commit is contained in:
@ -52,7 +52,7 @@ const (
|
|||||||
var (
|
var (
|
||||||
// InstallPrefix is the prefix where podman will be installed.
|
// InstallPrefix is the prefix where podman will be installed.
|
||||||
// It can be overridden at build time.
|
// It can be overridden at build time.
|
||||||
installPrefix = "/usr/local"
|
installPrefix = "/usr"
|
||||||
// EtcDir is the sysconfdir where podman should look for system config files.
|
// EtcDir is the sysconfdir where podman should look for system config files.
|
||||||
// It can be overridden at build time.
|
// It can be overridden at build time.
|
||||||
etcDir = "/etc"
|
etcDir = "/etc"
|
||||||
|
Reference in New Issue
Block a user