From c039d41f9b0c9a5e64564ce69c196ba6e1e8c994 Mon Sep 17 00:00:00 2001 From: Robert Middleswarth <72569+rmiddle@users.noreply.github.com> Date: Tue, 18 Mar 2025 15:47:19 -0400 Subject: [PATCH 1/4] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 0ae5773..f38ff25 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -# Pi-Hosted Portainer Template V2 +# Pi-Hosted Portainer Template V2/V3 [![Discord](https://img.shields.io/discord/316245914987528193?logo=discord)](https://discord.com/invite/v8dAnFV) [![Youtube](https://img.shields.io/badge/YouTube-FF0000?style=flat-square&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw) [![Twitter URL](https://img.shields.io/twitter/follow/novaspirittech?style=flat-square&logo=twitter)](https://twitter.com/novaspirittech) From 70aaa00ac564034632c7d9cc03e320d57dd05747 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 19:48:20 +0000 Subject: [PATCH 2/4] Build App list and docs --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index f38ff25..0ae5773 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -# Pi-Hosted Portainer Template V2/V3 +# Pi-Hosted Portainer Template V2 [![Discord](https://img.shields.io/discord/316245914987528193?logo=discord)](https://discord.com/invite/v8dAnFV) [![Youtube](https://img.shields.io/badge/YouTube-FF0000?style=flat-square&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw) [![Twitter URL](https://img.shields.io/twitter/follow/novaspirittech?style=flat-square&logo=twitter)](https://twitter.com/novaspirittech) From 755b8b2546f6947817d91e833fc2caf0aa807d81 Mon Sep 17 00:00:00 2001 From: Robert Middleswarth <72569+rmiddle@users.noreply.github.com> Date: Tue, 18 Mar 2025 15:49:02 -0400 Subject: [PATCH 3/4] Update README.md --- docs/README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0ae5773..b2e48a5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,20 +19,6 @@ wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/install_d ``` You need to reboot/logout for changes to take effect -### Pi OS Buster -On Oct 30, 2021 Pi OS bullseye was released and this is no longer needed. Older Pi OS buster releases run an old version of libseccomp that is causing problems with many containers that are preventing them from running. To fix this we need to manually install a newer version of libseccomp. However we first need to check and see if you are running an older version. To check please run sudo dpkg-query -W libseccomp. - -``` -sudo dpkg-query -W libseccomp2 -``` - -If you are running a version less that 2.5 you will need to run the *upgrade script*. -``` -wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master//tools/update_libseccomp2.sh | bash -``` - -* The upgrade script is for Pi OS 32bit. Pi OS 64 beta is untested and the upgrade script wont work with it. - ### Reboot for changes to take effect ``` From 8f297686585a11f75c53ed6744a6cb9d8540eb43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 19:50:03 +0000 Subject: [PATCH 4/4] Build App list and docs --- docs/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/README.md b/docs/README.md index b2e48a5..0ae5773 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,6 +19,20 @@ wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/install_d ``` You need to reboot/logout for changes to take effect +### Pi OS Buster +On Oct 30, 2021 Pi OS bullseye was released and this is no longer needed. Older Pi OS buster releases run an old version of libseccomp that is causing problems with many containers that are preventing them from running. To fix this we need to manually install a newer version of libseccomp. However we first need to check and see if you are running an older version. To check please run sudo dpkg-query -W libseccomp. + +``` +sudo dpkg-query -W libseccomp2 +``` + +If you are running a version less that 2.5 you will need to run the *upgrade script*. +``` +wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master//tools/update_libseccomp2.sh | bash +``` + +* The upgrade script is for Pi OS 32bit. Pi OS 64 beta is untested and the upgrade script wont work with it. + ### Reboot for changes to take effect ```