mirror of
https://github.com/containers/podman.git
synced 2025-05-22 01:27:07 +08:00
podman.service: use default registries.conf
Do not hard-set the registries.conf to `/etc/containers/registries.conf`. Podman (and other c/image users) already default to it. However, ordinary non-root users should still be able to use the configs in their home directories which is now possible. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -7,7 +7,6 @@ StartLimitIntervalSec=0
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Environment=REGISTRIES_CONFIG_PATH=/etc/containers/registries.conf
|
||||
ExecStart=/usr/bin/podman system service
|
||||
|
||||
[Install]
|
||||
|
Reference in New Issue
Block a user