Closed psamim closed 3 years ago
Error seems like https://github.com/librenms/docker/issues/188 Thought maybe it helps.
@psamim Thanks for your feedback. Should be fixed now.
@crazy-max Thanks! but unfortunately I am still having the same issue, should I wait for a build to complete?
@psamim You pulled the latest image right? docker pull crazymax/nextcloud:latest
. Also what is the output of the following commands:
docker run --rm -ti alpine:3.13 ping github.com
docker run --rm -ti alpine:3.12 ping github.com
dpkg --list | grep libseccomp
@crazy-max Yes I did pull the latest image, I still get:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...s6-svscan: warning: unable to iopause: Invalid argument
s6-svscan: warning: executing into .s6-svscan/crash
s6-svscan panicked! Dropping to a root shell.
/bin/sh: can't access tty; job control turned off
/run/s6/services #
Running docker run --rm -ti alpine:3.13 ping github.com
:
Unable to find image 'alpine:3.13' locally
3.13: Pulling from library/alpine
e160e00eb35d: Already exists
Digest: sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f
Status: Downloaded newer image for alpine:3.13
PING github.com (140.82.121.3): 56 data bytes
64 bytes from 140.82.121.3: seq=0 ttl=45 time=109.584 ms
64 bytes from 140.82.121.3: seq=1 ttl=45 time=110.786 ms
64 bytes from 140.82.121.3: seq=2 ttl=45 time=107.497 ms
64 bytes from 140.82.121.3: seq=3 ttl=45 time=107.507 ms
64 bytes from 140.82.121.3: seq=4 ttl=45 time=107.340 ms
^C
--- github.com ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 107.340/108.542/110.786 ms
Running docker run --rm -ti alpine:3.12 ping github.com
:
Unable to find image 'alpine:3.12' locally
3.12: Pulling from library/alpine
420c7481a3a7: Pull complete
Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad
Status: Downloaded newer image for alpine:3.12
PING github.com (140.82.121.3): 56 data bytes
64 bytes from 140.82.121.3: seq=0 ttl=45 time=110.206 ms
64 bytes from 140.82.121.3: seq=1 ttl=45 time=108.421 ms
64 bytes from 140.82.121.3: seq=2 ttl=45 time=107.945 ms
64 bytes from 140.82.121.3: seq=3 ttl=45 time=110.660 ms
64 bytes from 140.82.121.3: seq=4 ttl=45 time=109.285 ms
^C
--- github.com ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 107.945/109.303/110.660 ms
Running dpkg --list | grep libseccomp
:
ii libseccomp2:armhf 2.4.4-1~bpo10+1 armhf high level interface to Linux seccomp filter
Behaviour
Fail to run docker image on RPi 4 and HyperiotOS.
Steps to reproduce this issue
Expected behaviour
It should run.
Actual behaviour
Exits, docker logs show:
Configuration
docker --version
) : Docker version 19.03.12, build 48a6621uname -a
) : Linux black-pearl 4.19.118-v7l+ #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l GNU/LinuxDocker info
Logs