亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 38685 | 回復(fù): 1
打印 上一主題 下一主題

用Hello World校驗Docker的安裝 [復(fù)制鏈接]

論壇徽章:
32
CU大;照
日期:2013-05-20 10:45:13每日論壇發(fā)貼之星
日期:2015-09-07 06:20:00每日論壇發(fā)貼之星
日期:2015-09-07 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2015-12-13 06:20:0015-16賽季CBA聯(lián)賽之江蘇
日期:2016-03-03 11:56:13IT運維版塊每日發(fā)帖之星
日期:2016-03-06 06:20:00fulanqi
日期:2016-06-17 17:54:25IT運維版塊每日發(fā)帖之星
日期:2016-07-23 06:20:0015-16賽季CBA聯(lián)賽之佛山
日期:2016-08-11 18:06:41JAVA
日期:2016-10-25 16:09:072017金雞報曉
日期:2017-01-10 15:13:292017金雞報曉
日期:2017-02-08 10:33:21
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2015-09-05 14:22 |只看該作者 |倒序瀏覽
用Hello World校驗Docker的安裝


用Docker運行Hello World鏡像,命令如下:
  1. # docker run hello-world
  2. Unable to find image 'hello-world:latest' locally
  3. latest: Pulling from hello-world
  4. 535020c3e8ad: Pull complete
  5. af340544ed62: Pull complete
  6. Digest: sha256:a68868bfe696c00866942e8f5ca39e3e31b79c1e50feaee4ce5e28df2f051d5c
  7. Status: Downloaded newer image for hello-world:latest

  8. Hello from Docker.
  9. This message shows that your installation appears to be working correctly.

  10. To generate this message, Docker took the following steps:
  11. 1. The Docker client contacted the Docker daemon.
  12. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
  13. 3. The Docker daemon created a new container from that image which runs the
  14.     executable that produces the output you are currently reading.
  15. 4. The Docker daemon streamed that output to the Docker client, which sent it
  16.     to your terminal.

  17. To try something more ambitious, you can run an Ubuntu container with:
  18. $ docker run -it ubuntu bash

  19. Share images, automate workflows, and more with a free Docker Hub account:
  20. https://hub.docker.com

  21. For more examples and ideas, visit:
  22. https://docs.docker.com/userguide/
復(fù)制代碼
可見,Docker注冊服務(wù)器從Docker Hub獲取到最新的Hello World鏡像,下載到了本地。可以再次運行Hello World鏡像。
  1. # docker run hello-world

  2. Hello from Docker.
  3. This message shows that your installation appears to be working correctly.

  4. To generate this message, Docker took the following steps:
  5. 1. The Docker client contacted the Docker daemon.
  6. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
  7. 3. The Docker daemon created a new container from that image which runs the
  8.     executable that produces the output you are currently reading.
  9. 4. The Docker daemon streamed that output to the Docker client, which sent it
  10.     to your terminal.

  11. To try something more ambitious, you can run an Ubuntu container with:
  12. $ docker run -it ubuntu bash

  13. Share images, automate workflows, and more with a free Docker Hub account:
  14. https://hub.docker.com

  15. For more examples and ideas, visit:
  16. https://docs.docker.com/userguide/
復(fù)制代碼
可見,Hello World鏡像運行成功,Docker的安裝也沒有問題。

論壇徽章:
0
2 [報告]
發(fā)表于 2015-09-13 15:11 |只看該作者
謝謝樓主分享。來支持你了
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP