I am currently running a linux aarch64 nvidia jetson tx2 machine. I try to run my chainlink node with docker using this docs here.
In the line of cd ~/.chainlink-nvidia && sudo docker run --platform linux/x86_64/v8 --name chainlink -v ~/.chainlink-nvidia:/chainlink -it -p 6688:6688 --add-host=host.docker.internal:host-gateway smartcontract/chainlink:2.3.0 node -config /chainlink/config.toml -secrets /chainlink/secrets.toml start
I encounter an error saying exec /usr/local/bin/chainlink: exec format error. Apparently the container is created but when trying to run sudo docker run chainlink it then says docker: Error response from daemon: pull access denied for chainlink, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
How can I run my chainlink docker on my linux machine? Please help.