docker安裝

轉載而來的,在此處感謝作者的分享。

最近在羣裏聽說Docker很火,於是自己抱着試試的態度,想玩玩,可是遇到了一些問題,記錄下來,方便備忘,也方便防止大家被坑。

     我的虛擬機裝的是centos 6.5,百度了好多教程,丫的,都不解釋,就一句命令:yum install docker-io,這句話是用源安裝docker,可是源一般是國外源,用這個命令因爲GFW被牆,根本安裝不了。

[plain] view plain copy在CODE上查看代碼片派生到我的代碼片

  1.  [root@localhost ~]# yum install docker-io  

  2.   此處省略N行輸出。。。。。。

  3. Installed:  

  4.   docker-engine.x86_64 0:1.7.1-1.el6                                                                                                                          

  5.   

  6. Dependency Installed:  

  7.   libcgroup.x86_64 0:0.40.rc1-16.el6  

  8. Complete!  

  9.   

  10. [root@localhost ~]# service docker start  

  11. Starting cgconfig service:                                 [  OK  ]  

  12. Starting docker:                                       [  OK  ]  

[php] view plain copy

  1. [root@localhost ~]# yum install https://get.docker.com/rpm/1.7.1/centos-6/RPMS/x86_64/docker-engine-1.7.1-1.el6.x86_64.rpm  

  2. Loaded plugins: fastestmirror, refresh-packagekit, security  

  3. Loading mirror speeds from cached hostfile  

  4.  * base: mirrors.163.com  

  5.  * extras: mirrors.skyshe.cn  

  6.  * updates: centosx4.centos.org  

  7. Setting up Install Process  

  8. docker-engine-1.7.1-1.el6.x86_64.rpm                                                                                                 | 4.5 MB     00:07       

  9. Examining /var/tmp/yum-root-YSfgzS/docker-engine-1.7.1-1.el6.x86_64.rpm: docker-engine-1.7.1-1.el6.x86_64  

  10. Marking /var/tmp/yum-root-YSfgzS/docker-engine-1.7.1-1.el6.x86_64.rpm to be installed  

  11. Resolving Dependencies  

  12. --> Running transaction check  

  13. ---> Package docker-engine.x86_64 0:1.7.1-1.el6 will be installed  

  14. --> Processing Dependency: libcgroup for package: docker-engine-1.7.1-1.el6.x86_64  

  15. --> Running transaction check  

  16. ---> Package libcgroup.x86_64 0:0.40.rc1-16.el6 will be installed  

  17. --> Finished Dependency Resolution  

  18.   

  19. Dependencies Resolved  

  20.   

  21. ============================================================================================================================================================  

  22.  Package                          Arch                      Version                              Repository                                            Size  

  23. ============================================================================================================================================================  

  24. Installing:  

  25.  docker-engine                    x86_64                    1.7.1-1.el6                          /docker-engine-1.7.1-1.el6.x86_64                     19 M  

  26. Installing for dependencies:  

  27.  libcgroup                        x86_64                    0.40.rc1-16.el6                      base                                                 129 k  

  28.   

  29. Transaction Summary  

  30. ============================================================================================================================================================  

  31. Install       2 Package(s)  

  32.   

  33. Total size: 19 M  

  34. Total download size: 129 k  

  35. Installed size: 20 M  

  36. Is this ok [y/N]: y  

  37. Downloading Packages:  

  38. libcgroup-0.40.rc1-16.el6.x86_64.rpm                                                                                                 | 129 kB     00:00       

  39. Running rpm_check_debug  

  40. Running Transaction Test  

  41. Transaction Test Succeeded  

  42. Running Transaction  

  43.   Installing : libcgroup-0.40.rc1-16.el6.x86_64                                                                                                         1/2  

  44.   Installing : docker-engine-1.7.1-1.el6.x86_64                                                                                                         2/2  

  45.   Verifying  : libcgroup-0.40.rc1-16.el6.x86_64                                                                                                         1/2  

  46.   Verifying  : docker-engine-1.7.1-1.el6.x86_64                                                                                                         2/2  

  47.   

  48. Installed:  

  49.   docker-engine.x86_64 0:1.7.1-1.el6                                                                                                                          

  50.   

  51. Dependency Installed:  

  52.   libcgroup.x86_64 0:0.40.rc1-16.el6                                                                                                                          

  53.   

  54. Complete!  

  55.   

  56.   

  57. [root@localhost ~]# service docker start  

  58. Starting cgconfig service:                                 [  OK  ]  

  59. Starting docker:                                       [  OK  ]  




    下面就開始玩玩docker了,以後慢慢分享

    其他的大家可以看看:http://www.linuxidc.com/Linux/2014-07/104768.htm

                                          https://linux.cn/article-4340-1.html

                                          http://www.centoscn.com/p_w_picpath-text/config/2015/0718/5877.html


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章