Commit 016f3c40 authored by nimrod's avatar nimrod
Browse files

Podman config.

parent 12bf7eb6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
unqualified-search-registries = ['registry.fedoraproject.org', 'registry.access.redhat.com', 'registry.centos.org', 'docker.io']
+1 −1
Original line number Diff line number Diff line
[storage]
  driver = "vfs"
  driver = "btrfs"
  runroot = "{{ XDG_RUNTIME_DIR }}"
  graphroot = "{{ HOME }}/.local/share/containers/storage"
  [storage.options]