我試圖運行在樹莓派泊塢窗註冊表:泊塢窗註冊表圖像將無法啓動 - 「EXEC格式錯誤」
$ docker version
Client:
Version: 17.05.0-ce
API version: 1.29
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:30:54 2017
OS/Arch: linux/arm
Server:
Version: 17.05.0-ce
API version: 1.29 (minimum version 1.12)
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:30:54 2017
OS/Arch: linux/arm
Experimental: false
,然後經curl -sSL https://get.docker.com | sh
安裝,這裏建議https://www.raspberrypi.org/blog/docker-comes-to-raspberry-pi/
當我運行docker run -p 5000:5000 --name registry registry:2
時,它嘗試啓動,但隨後出現錯誤standard_init_linux.go:178: exec user process caused "exec format error"
任何人都可以建議這裏出了什麼問題嗎?