How run docker for MIPSE arch

my plate are MIPSE arch,fedora os.i can start docker service normally. And i can pull the images successfully.
However, when i exec docker run a image .I get the follow error
exec format error
FATA[0002] Error response from daemon: Cannot start container 6ed28cd821c6ce66cf3d32a10715bd4538ce9b681d020104b616f027cc0f92d3: [8] System error: exec format error

And the daemon log shows
ERRO[2583] Error unmounting device 6ed28cd821c6ce66cf3d32a10715bd4538ce9b681d020104b616f027cc0f92d3: UnmountDevice: device not-mounted id 6ed28cd821c6ce66cf3d32a10715bd4538ce9b681d020104b616f027cc0f92d3
INFO[2583] +job log(die, 6ed28cd821c6ce66cf3d32a10715bd4538ce9b681d020104b616f027cc0f92d3, docker.io/ubuntu:14.04)
INFO[2583] -job log(die, 6ed28cd821c6ce66cf3d32a10715bd4538ce9b681d020104b616f027cc0f92d3, docker.io/ubuntu:14.04) = OK (0)
Cannot start container 6ed28cd821c6ce66cf3d32a10715bd4538ce9b681d020104b616f027cc0f92d3: [8] System error: exec format error
INFO[2583] -job start(6ed28cd821c6ce66cf3d32a10715bd4538ce9b681d020104b616f027cc0f92d3) = ERR (1)
ERRO[2583] Handler for POST /containers/{name:.*}/start returned error: Cannot start container 6ed28cd821c6ce66cf3d32a10715bd4538ce9b681d020104b616f027cc0f92d3: [8] System error: exec format error
ERRO[2583] HTTP Error: statusCode=500 Cannot start container 6ed28cd821c6ce66cf3d32a10715bd4538ce9b681d020104b616f027cc0f92d3: [8] System error: exec format error

i browse many webs ,finally,i find the reason why most of images are X86/64 arch . How i can do for the docker running normally in MIPSE arch ? building a image? please.

hi,
my plate is misp64 too.
You must build source docker.Let the docker run. This is first step.
The image you can visit web http://www.loongnix.org/index.php/Docker-1.6.0
This web article is written by myself after trying. And run successful.
Hope that it is available to you