13,007
回編集
270行目: | 270行目: | ||
make PREFIX=<Podmanのインストールディレクトリ> -j $(nproc) | make PREFIX=<Podmanのインストールディレクトリ> -j $(nproc) | ||
make PREFIX=<Podmanのインストールディレクトリ> install | make PREFIX=<Podmanのインストールディレクトリ> install | ||
<br> | |||
==== エラー関連 ==== | |||
===== Seccompエラー ===== | |||
Podmanイメージのビルド時において、以下に示すようなエラーが出力される場合がある。<br> | |||
Error: loading seccomp profile () failed: seccomp not enabled in this build | |||
<br> | |||
Podmanイメージでは、Seccompを無効にしている場合はコンテナを作成できないイメージが存在する。<br> | |||
この時、runc / crunおよびPodmanのビルド時において、<code>BUILDTAGS</code>オプションに<code>seccomp</code>を指定する必要がある。<br> | |||
<br><br> | <br><br> | ||