Docker的官网在线--中文教程
1.官網(wǎng)界面:https://www.docker.com/tryit/
In this 10-minute tutorial, see how Docker works first-hand:
You'll search for and find an image another user built and shared in the Docker Hub Registry, a cloud-based collection of applications.
You'll download and run it - running images are containers - and have it output 'hello world'.
Then you'll install the 'ping' utility into the container, commit all your changes, and run a test of your updated image.
Finally, you'll push your image to the Docker Hub Registry so that other developers can find and use it...
...on a laptop, a VM in a data center, or a public cloud instance, without having to change anything at all about the image!
Start The Tutorial Welcome?to?the?interactive?Docker?tutorial you@tutorial:~$??This emulator provides only a limited set of shell and Docker commands.
2.Docker中文版指南:http://www.widuu.com/chinese_docker/
docker正式版已經(jīng)推出,做的改動非常多,以前版本的docker翻譯已經(jīng)不能用了,所以現(xiàn)在重新開始希望有興趣的朋友一起加入!
這個簡介還是比較人性化,并且資料頁比較豐富!
文章目錄
gitHub地址:http://github.com/widuu/chinese_docker
blog地址:http://www.widuu.com
新浪微博:http://weibo.com/widuu
Docker中文社區(qū):https://www.dockboard.org
3.Docker公司的趣味經(jīng)歷
Docker 傳奇之 dotCloud:http://chijianqiang.baijia.baidu.com/article/39451
總結(jié)
以上是生活随笔為你收集整理的Docker的官网在线--中文教程的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 网络中只有一台交换机和两个接口的路由器-
- 下一篇: Docker的特性解析