"error: exec failed: exec format error" when running docker logs
hi, i have setup a LN node, and i wanted to make sure its working properly. apparently it does not.
docker logs 900xx7556xca
shows
error: exec failed: exec format error
to make sure its not running
docker ps -a the status as exited right after starting the container.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
900xx7556xca dougvk/bitcoind:latest "/entrypoint.sh bitcâ¦" 5 minutes ago Exited (1) 5 minutes ago bitcoind_mainnet
i have tried to delete everything and reinstalling everything from the beginning , deleted the container and rebuild it. same story.
@dougvk
hardware are
4 Dedicated ARM Cores 2GB memory
guide i followed
https://steemit.com/bitcoin/@kimsekim/how-to-setup-bitcoin-lightning-maninnet-network-node
i also want to add that
docker run --name bitcoind_mainnet -d -v /scratch/bitcoin/mainnet/bitcoind:/data -p 8333:8333 -p 9735:9735 dougvk/bitcoind:latest
worked
but when i try to do it in another location such as a mounted drive
docker run --name bitcoind_mainnet -d -v /mnt/mr0/scratch/bitcoin/mainnet/bitcoind:/data -p 8333:8333 -p 9735:9735 dougvk/bitcoind:latest
i am receiving this error
still no fix to that :(
anyhow, if the HDD is not where the OS is installed on it will fail to run the docker. so at the moment if its a mounted hdd it wont work.
this sucks :(
i did even try to mount the hdd to /scratch it did not work either.