📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

120行目: 120行目:
<br>
<br>
===== CNIネットワークの設定 =====
===== CNIネットワークの設定 =====
CNIネットワークの設定の詳細は、[https://github.com/containers/podman/blob/main/cni/README.md PodmanのGithub]に記載されている。<br>
<u>※注意</u><br>
<u>CNIバックエンドは非推奨であり、Podman 5.0以降ではNetavarkが優先されるため、CNIネットワークは削除される予定である。</u><br>
<br>
<br>
CNIネットワーキングの基本的な設定は、Podmanのビルド時で行われて、Podmanを使用するために他の設定は必要ない。<br>
CNIネットワーキングの基本的な設定は、Podmanのビルド時で行われており、Podmanを使用するために他の設定は必要ない。<br>
<br>
<br>
追加の設定を行う場合は、CNIネットワークの設定ファイルをダウンロードして、/etc/containersディレクトリに配置する。<br>
追加の設定を行う場合は、CNIネットワークの設定ファイルをダウンロードして、/etc/containersディレクトリに配置する。<br>
129行目: 130行目:
  sudo curl -L -o /etc/containers/registries.conf https://src.fedoraproject.org/rpms/containers-common/raw/main/f/registries.conf
  sudo curl -L -o /etc/containers/registries.conf https://src.fedoraproject.org/rpms/containers-common/raw/main/f/registries.conf
  sudo curl -L -o /etc/containers/policy.json https://src.fedoraproject.org/rpms/containers-common/raw/main/f/default-policy.json
  sudo curl -L -o /etc/containers/policy.json https://src.fedoraproject.org/rpms/containers-common/raw/main/f/default-policy.json
<br>
CNIネットワークの設定の詳細は、[https://github.com/containers/podman/blob/main/cni/README.md PodmanのGithub]に記載されている。<br>
<br>
<br>