樹莓派安裝docker
官網參考鏈接
樹莓派最常用的系統為Raspbian,這是基于Debian的一套Linux系統,查詢docker官網可以看到這樣一句提示
Raspbian users cannot use this method!
For Raspbian, installing using the repository is not yet supported. You must instead use the convenience script.
所以根據官網建議,我們最好是使用,docker官方提供的便捷腳本來一鍵安裝,先下載再執行就OK啦,
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh
看看效果:

轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/224883.html
標籤:其他
下一篇:Linux服務器開發監控之 IO
