Clean Rasperrian install, all upgraded
Clean Docker install
per https://docs.dgraph.io/tutorial-1/
sudo docker run --rm -it -p 8000:8000 -p 8080:8080 -p 9080:9080 dgraph/standalone:latest
resulted in
get standard_init_linux.go:211: exec user process caused "exec format error"
Possibly this is an x86/ARM issue. If so, can you compile for ARM?