The "exec format error" confirms that you are not running your docker image on the correct architecture. I had this error trying to run a x86 docker image on a Raspberry Pi 2 (Which works with an ARM architecture). I am pretty sure it might be the same error when you do it the other way round.