Closed kaiminator closed 3 years ago
Hi @kaiminator,
This could be related to libseccomp2
version you are using on host (rpi4).
sudo apt-cache policy libseccomp2
and post results here (assuming you are using a debian-like distro) ?Thanks !
Hi @bigbrozer
thank you for your fast reply. Docker Host is a Rpi4 with Raspian based on buster
Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
Linux docker1 5.10.17-v7l+ #1421 SMP Thu May 27 14:00:13 BST 2021 armv7l GNU/Linux
`root@docker1:~/create_docker_environment# apt-cache policy libseccomp2
libseccomp2: Installiert: 2.3.3-4 Installationskandidat: 2.3.3-4 Versionstabelle: *** 2.3.3-4 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages 100 /var/lib/dpkg/status `
Update:
following your hint and updating libseccomp2
`wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb
sudo dpkg -i libseccomp2_2.5.1-1_armhf.deb`
the container is now running.
Thank you for your support
You're welcome ! There is a nice explanation here and a set of available options about this issue. Seems I will have to test differently and maybe refactor the image to think about arm64 :smile:
Error starting arm version via docker run
Error:
DB is MariaDB on an Baremetal Host. Docker runs on Raspberry Pi4