docker學習資源

1.Dockerfile文件書寫格式:https://docs.docker.com/engine/reference/builder/html

2.Compose file書寫格式:https://docs.docker.com/compose/compose-file/java

3.多容器協做互聯實例Nginx + PHP + MySQL:https://coding.net/u/twang2218/p/docker-lnmp/gitpython

4.十分鐘docker簡單快速教程:https://blog.csphere.cn/archives/22mysql

5.docker官網部署docker項目完整步驟:https://docs.docker.com/get-started/(強烈建議新手閱讀)linux

6.官網安裝docker免費社區版本:https://docs.docker.com/install/(可能會遇到國外鏡像沒法下載,這時須要換成國內的鏡像源,具體安裝過程參考docker入門到實踐.pdf電子書)git

7.把普通用戶加入docker組,能夠得到操做docker的權限:https://docs.docker.com/install/linux/linux-postinstall/sql

8.官方書寫dockerfile文件具體實例解析:https://docs.docker.com/develop/develop-images/dockerfile_best-practices/docker

9.官方docker項目實例:https://docs.docker.com/samples/數據庫

10.官方docker machine文檔介紹:https://docs.docker.com/machine/overview/django

11.docker中文菜鳥教程:http://www.runoob.com/docker/docker-tutorial.html

12.docker搭建python+django+mysql開發環境:http://www.javashuo.com/article/p-mlqxxwfm-eg.html

13.docker數據庫導入導出:https://blog.csdn.net/qq_27565769/article/details/80731271

14.在compose裏控制服務啓動程序:https://www.jianshu.com/p/92d327f7f886

15.將容器打包成鏡像:http://www.javashuo.com/article/p-aedlgqbc-bs.html

16.中文實例介紹docker教程:https://www.cnblogs.com/MrXiaoAndDong/p/Docker.html

17.構建java環境的基礎鏡像:http://www.javashuo.com/article/p-yhqkrdax-gq.html

18.構建activemq鏡像:https://blog.csdn.net/redstarofsleep/article/details/76914746

19.dockerfile文件中文詳解:https://blog.csdn.net/qiuyoujie/article/details/80225603

20.構建jdk+tomcat+activemq鏡像:https://blog.csdn.net/marke_huang/article/details/83011210

21.docker-compose.yml配置詳解:https://blog.csdn.net/skh2015java/article/details/80410348

22.解決容器不自動退出運行的方法:https://www.jb51.net/article/155093.htm

23.docker官網:https://www.docker.com/

24.docker文檔官網:https://docs.docker.com/(推薦完整閱讀,囊括了完整的docker知識)

25.docker倉庫地址:https://hub.docker.com/

26.中文版docker入門到實踐.pdf電子書:https://legacy.gitbook.com/book/yeasy/docker_practice/details(推薦下載閱讀)

27.談談docker,containerd,runc,docker-shim之間的關係:https://blog.csdn.net/u013812710/article/details/79001463

28.docker軟件包下載地址:https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/

相關文章
相關標籤/搜索