您好,登錄后才能下訂單哦!
這篇“在Mac OS X怎么安裝Docker”文章的知識點大部分人都不太理解,所以小編給大家總結了以下內容,內容詳細,步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“在Mac OS X怎么安裝Docker”文章吧。
mac os x用戶使用docker toolbox安裝docker軟件, docker toolbox包含了下列的docker 工具:
docker cli客戶端, 用來運行docker engine,并創(chuàng)建鏡像和容器
docker machine, 在mac os x終端運行docker engine命令
docker compose, 用來運行docker-compose命令
kitematic, docker圖形用戶界面
docker quickstart, 快速啟動docker命令行環(huán)境的shell
oracle vm virtualbox
由于docker engine守護進程使用特定的linux內核的功能, 你無法再本地的os x運行docker engine, 與之代替的是你必須使用docker machine命令docker-machine在你本地的機器創(chuàng)建并連接一個小型的linux虛擬機. 這個就在你mac上的虛擬主機就是docker machine.
第一步,檢查版本
你的mac必須運行os x 10.8 “mountain lion”或以上的系統(tǒng)才能運行docker, 你可以這樣查看os的版本:
1、從蘋果菜單中選擇”關于本機”
2、如果你的版本正確,就可以進行下一步了
如果你沒有使用支持的版本,你需要考慮先升級的你操作系統(tǒng)
第二步,安裝docker toolbox
1、訪問docker toolbox
2、點擊下載鏈接
3、通過雙擊下載的安裝包, 或者右鍵安裝包在彈出的菜單中選擇”打開”, 來安裝docker toolbox
安裝程序將啟動一個介紹對話框,介紹安裝內容的概述。
4、點擊”繼續(xù)”安裝toolbox
安裝程序為你提供了選項, 自定義標準安裝
默認的, 標準的docker toolbox安裝:
為docker 工具在/usr/local/bin安裝二進制文件
使這些二進制文件對所有用戶可用
更新已經(jīng)存在的virtual box
現(xiàn)階段, 不要修改任何的默認選線
5、點擊”安裝”, 執(zhí)行標準安裝
系統(tǒng)會提示你輸入密碼
輸入你的密碼, 繼續(xù)完成安裝
當它完成后,安裝程序提供了一些快捷鍵。您可以忽略此為現(xiàn)在和點擊繼續(xù)。
點擊”關閉”結束安裝
第三步, 驗證安裝
為了運行一個docker容器, 你需要:
創(chuàng)建一個新的(或者開始一個已經(jīng)存在的)docker engine 主機
從你的環(huán)境切換到新的vm環(huán)境
使用docker客戶端創(chuàng)建, 加載, 管理容器
一旦你創(chuàng)建了docker machine, 你可以想任何一個virtual box vm一樣隨時使用它, 它會保持你使用后的相關配置.
1、打開launchpad, 找到docker quickstart terminal圖標
2、點擊docker quickstart terminal圖標, 打開一個窗口.
終端會做一系列的事情來為你設置docker quickstart terminal
last login: sat jul 11 20:09:45 on ttys002 bash '/applications/docker quickstart terminal.app/contents/resources/scripts/start.sh' get http:///var/run/docker.sock/v1.19/images/json?all=1&filters=%7b%22dangling%22%3a%5b%22true%22%5d%7d: dial unix /var/run/docker.sock: no such file or directory. are you trying to connect to a tls-enabled daemon without tls? get http:///var/run/docker.sock/v1.19/images/json?all=1: dial unix /var/run/docker.sock: no such file or directory. are you trying to connect to a tls-enabled daemon without tls? -bash: lolcat: command not found mary at meepers in ~ $ bash '/applications/docker quickstart terminal.app/contents/resources/scripts/start.sh' creating machine dev... creating virtualbox vm... creating ssh key... starting virtualbox vm... starting vm... to see how to connect docker to this machine, run: docker-machine env dev starting machine dev... setting environment variables for machine dev... ## . ## ## ## == ## ## ## ## ## === /"""""""""""""""""\___/ === ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~ \______ o __/ \ \ __/ \____\_______/ the docker quick start terminal is configured to use docker with the “default” vm.
3、在終端窗口上點擊鼠標用來激活
如果你不熟悉終端窗口,這里有一些快速提示。
該提示是傳統(tǒng)的$美元符號。你輸入命令在命令行這是提示后的區(qū)域。您的光標被突出顯示的區(qū)域或指示|出現(xiàn)在命令行。鍵入命令后,一直按回車鍵。
4、鍵入命令docker run hello-world然后按回車鍵
該命令為你做了一些工作,如果一切運行良好,則該命令的輸出如下所示:
$ docker run hello-world unable to find image 'hello-world:latest' locally latest: pulling from library/hello-world 535020c3e8ad: pull complete af340544ed62: pull complete digest: sha256:a68868bfe696c00866942e8f5ca39e3e31b79c1e50feaee4ce5e28df2f051d5c status: downloaded newer image for hello-world:latest hello from docker. this message shows that your installation appears to be working correctly. to generate this message, docker took the following steps: 1. the docker engine cli client contacted the docker engine daemon. 2. the docker engine daemon pulled the "hello-world" image from the docker hub. 3. the docker engine daemon created a new container from that image which runs the executable that produces the output you are currently reading. 4. the docker engine daemon streamed that output to the docker engine cli client, which sent it to your terminal. to try something more ambitious, you can run an ubuntu container with: $ docker run -it ubuntu bash share images, automate workflows, and more with a free docker hub account: https://hub.docker.com for more examples and ideas, visit: https://docs.docker.com/userguide/
尋找故障排除幫助?
通常情況下,上述步驟工作外的開箱,但某些情況下可能會出現(xiàn)問題。如果你的docker運行的hello-world沒有工作,出現(xiàn)了錯誤,請查看故障排除快速修復常見問題。
以上就是關于“在Mac OS X怎么安裝Docker”這篇文章的內容,相信大家都有了一定的了解,希望小編分享的內容對大家有幫助,若想了解更多相關的知識內容,請關注億速云行業(yè)資訊頻道。
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內容。