|
7 | 7 | <title>Docker 入门教程 Docker 入门教程</title> |
8 | 8 | <meta name="description" content="Docker 是一个开源的应用容器引擎,而一个容器containers其实是一个虚拟化的独立的环境,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制"> |
9 | 9 | <meta name="keywords" content="docker,containers,tutorial"> |
10 | | - <link rel="stylesheet" type="text/css" href="css/main.css?v=1.26.6"> |
11 | | - <link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.26.6"> |
12 | | - <link rel="stylesheet" type="text/css" href="css/media.css?v=1.26.6"> |
13 | | - <link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.26.6"> |
14 | | - <link rel="stylesheet" type="text/css" href="css/copy.css?v=1.26.6"> |
15 | | - <link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.26.6"> |
| 10 | + <link rel="stylesheet" type="text/css" href="css/main.css?v=1.27.2"> |
| 11 | + <link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.27.2"> |
| 12 | + <link rel="stylesheet" type="text/css" href="css/media.css?v=1.27.2"> |
| 13 | + <link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.27.2"> |
| 14 | + <link rel="stylesheet" type="text/css" href="css/copy.css?v=1.27.2"> |
| 15 | + <link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.27.2"> |
16 | 16 | <link rel="icon" href="img/logo.svg" type="image/x-icon"> |
17 | | - <script src="js/copy.js?v=1.26.6"></script> |
18 | | - <script src="js/dark-mode.js?v=1.26.6"></script> |
19 | | - <script src="js/markdown-style.js?v=1.26.6"></script> |
| 17 | + <script src="js/copy.js?v=1.27.2"></script> |
| 18 | + <script src="js/dark-mode.js?v=1.27.2"></script> |
| 19 | + <script src="js/markdown-style.js?v=1.27.2"></script> |
20 | 20 | </head> |
21 | 21 | <body id="idoctotop"><a href="#idoctotop" class="gototop">top</a> |
22 | 22 | <header class="header"> |
|
27 | 27 | <div class="content"> |
28 | 28 | <ul class="menu"> |
29 | 29 | <li><a href="index.html" target="" class="active">Home</a></li> |
| 30 | + <li><a href="https://jaywcjlove.github.io/#/sponsor" target="" class="">Sponsor</a></li> |
30 | 31 | </ul><a href="https://github.com/jaywcjlove/docker-tutorial" target="_blank" rel="noopener noreferrer" title="Github" name="Github" class="github"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
31 | 32 | <path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path> |
32 | 33 | </svg></a> |
|
64 | 65 | <p align="center"> |
65 | 66 | <img width="130" align="center" src="img/logo.svg"> |
66 | 67 | </p> |
| 68 | + <p><a href="https://jaywcjlove.github.io/#/sponsor"><img src="https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee" alt="Buy me a coffee"></a></p> |
67 | 69 | <p><a href="https://www.docker.com/">Docker</a> 是一个开源的应用容器引擎,而一个<ruby>容器<rt>containers</rt></ruby>其实是一个虚拟化的独立的环境,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口。</p> |
68 | 70 | <blockquote> |
69 | 71 | <p>Docker 的局限性之一,它只能用在 64 位的操作系统上。</p> |
@@ -1035,8 +1037,8 @@ <h2 id="license"><a aria-hidden="true" tabindex="-1" href="#license" class="anch |
1035 | 1037 | </aside> |
1036 | 1038 | </nav> |
1037 | 1039 | </div> |
1038 | | - <script src="js/demo-preview.js?v=1.26.6"></script> |
1039 | | - <div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.26.6</div> |
1040 | | - <script src="js/tocbot.js?v=1.26.6"></script> |
| 1040 | + <script src="js/demo-preview.js?v=1.27.2"></script> |
| 1041 | + <div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.27.2</div> |
| 1042 | + <script src="js/tocbot.js?v=1.27.2"></script> |
1041 | 1043 | </body> |
1042 | 1044 | </html> |
0 commit comments