-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
i can not start the docker image on raspi B+ (rev 1.2)
root@raspberrypi:/etc# cat /proc/cpuinfo
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
Hardware : BCM2835
Revision : 1000010
Serial : 000000008a23b701
./run: line 11: 1508 Illegal instruction (core dumped) node --abort_on_uncaught_exception --max_old_space_size=250 /app/src/backend/index.js
./run: line 11: 1510 Illegal instruction (core dumped) node --abort_on_uncaught_exception --max_old_space_size=250 /app/src/backend/index.js
./run: line 11: 1512 Illegal instruction (core dumped) node --abort_on_uncaught_exception --max_old_space_size=250 /app/src/backend/index.js
./run: line 11: 1514 Illegal instruction (core dumped) node --abort_on_uncaught_exception --max_old_space_size=250 /app/src/backend/index.js
./run: line 11: 1516 Illegal instruction (core dumped) node --abort_on_uncaught_exception --max_old_space_size=250 /app/src/backend/index.js
./run: line 11: 1518 Illegal instruction (core dumped) node --abort_on_uncaught_exception --max_old_space_size=250 /app/src/backend/index.js
...
root@raspberrypi:/etc# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a4e3e92e8091 jc21/nginx-proxy-manager:2-armhf "/usr/bin/entry.sh /…" 13 minutes ago Up 13 minutes (unhealthy) 9876/tcp, 0.0.0.0:8080->80/tcp, 0.0.0.0:8081->81/tcp, 0.0.0.0:8443->443/tcp nginx-proxy-manager-app
tried following
root@raspberrypi:/etc# docker run -it jc21/nginx-proxy-manager:2-armhf /bin/bash
[root@docker-5e20de9aabf9:/]# node -v
Illegal instruction (core dumped)
running with docker version 18.06.1 (other are damaged in raspbian stretch)