diff --git a/.config/containers/registries.conf b/.config/containers/registries.conf new file mode 100644 index 0000000000000000000000000000000000000000..9b66080da9bdaaa4b34abb5ccf9ed54e1d0dde06 --- /dev/null +++ b/.config/containers/registries.conf @@ -0,0 +1 @@ +unqualified-search-registries = ['registry.fedoraproject.org', 'registry.access.redhat.com', 'registry.centos.org', 'docker.io'] diff --git a/.config/containers/storage.conf.j2 b/.config/containers/storage.conf.j2 index d8377eac4e06560ff3c9f76801f929009c83720a..38aa9931935c11854d13de7da3f393c642b95311 100644 --- a/.config/containers/storage.conf.j2 +++ b/.config/containers/storage.conf.j2 @@ -1,5 +1,5 @@ [storage] - driver = "vfs" + driver = "btrfs" runroot = "{{ XDG_RUNTIME_DIR }}" graphroot = "{{ HOME }}/.local/share/containers/storage" [storage.options]