Last active
June 23, 2023 21:06
-
-
Save narslan/4c435c7cd4dfae4a2954367ba7e99db1 to your computer and use it in GitHub Desktop.
Revisions
-
narslan revised this gist
Jun 23, 2023 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ ```sh #https://devpress.csdn.net/linux/62ea013920df032da732abb7.html $ mount -t cgroup2 none /sys/fs/cgroup $ xbps-install podman podman-compose cni cni-plugin-dnsname cni-plugins $ sudo vim /etc/containers/registries.conf -
narslan created this gist
Jun 23, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ```sh $ mount -t cgroup2 none /sys/fs/cgroup $ xbps-install podman podman-compose cni cni-plugin-dnsname cni-plugins $ sudo vim /etc/containers/registries.conf [registries.search] registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com', 'registry.centos.org'] ```