【官方最佳實踐】樹莓派安裝docker(僅需兩步)

樹莓派安裝docker

官網參考連接linux

樹莓派最經常使用的系統爲Raspbian,這是基於Debian的一套Linux系統。查詢docker官網能夠看到這樣一句提示docker

Raspbian users cannot use this method!curl

For Raspbian, installing using the repository is not yet supported. You must instead use the convenience script.this

因此根據官網建議,咱們最好是使用,docker官方提供的便捷腳原本一鍵安裝,先下載再執行就OK啦。url

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh

看看效果:spa

效果圖

相關文章
相關標籤/搜索