Docker的官网在线--中文教程
1.官网界面: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!
This emulator provides only a limited set of shell and Docker commands.
2.Docker中文版指南:http://www.widuu.com/chinese_docker/
docker正式版已经推出,做的改动非常多,以前版本的docker翻译已经不能用了,所以现在重新开始希望有兴趣的朋友一起加入!
这个简介还是比较人性化,并且资料页比较丰富!
gitHub地址:http://github.com/widuu/chinese_docker
blog地址:http://www.widuu.com
Docker中文社区:https://www.dockboard.org
3.Docker公司的趣味经历