Skip to content

Commit 553b971

Browse files
committed
deploy: d85c2ad
1 parent a75094c commit 553b971

20 files changed

Lines changed: 239 additions & 236 deletions

CONTRIBUTORS.svg

Lines changed: 0 additions & 16 deletions
This file was deleted.

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ section.article-footer a {
212212
align-items: center;
213213
}
214214

215-
section.article-footer .edit-button {
215+
.edit-button {
216216
padding-right: 8px;
217217
}
218-
section.article-footer .edit-button svg {
218+
.edit-button svg {
219219
height: 15px;
220220
margin-right: 6px;
221221
}

docker-compose.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Docker Compose Docker 入门教程</title>
88
<meta name="description" content="docker-compose 是用来做 docker 的多容器控制,这个工具是用于 docker 自动化的东西,将多个 docker 容器的操作命令,简化成一条命令,自动完成配置中的容器启动。">
99
<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">
1616
<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>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -27,6 +27,7 @@
2727
<div class="content">
2828
<ul class="menu">
2929
<li><a href="index.html" target="" class="">Home</a></li>
30+
<li><a href="https://jaywcjlove.github.io/#/sponsor" target="" class="">Sponsor</a></li>
3031
</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">
3132
<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>
3233
</svg></a>
@@ -145,8 +146,8 @@ <h2 id="卸载"><a aria-hidden="true" tabindex="-1" href="#卸载" class="anchor
145146
</aside>
146147
</nav>
147148
</div>
148-
<script src="js/demo-preview.js?v=1.26.6"></script>
149-
<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>
150-
<script src="js/tocbot.js?v=1.26.6"></script>
149+
<script src="js/demo-preview.js?v=1.27.2"></script>
150+
<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>
151+
<script src="js/tocbot.js?v=1.27.2"></script>
151152
</body>
152153
</html>

elasticsearch.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>ElasticSearch 6.4.2 Docker 入门教程</title>
88
<meta name="description" content="ElasticSearch 5.3.3 docker 运行">
99
<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">
1616
<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>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -27,6 +27,7 @@
2727
<div class="content">
2828
<ul class="menu">
2929
<li><a href="index.html" target="" class="">Home</a></li>
30+
<li><a href="https://jaywcjlove.github.io/#/sponsor" target="" class="">Sponsor</a></li>
3031
</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">
3132
<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>
3233
</svg></a>
@@ -337,8 +338,8 @@ <h2 id="其它"><a aria-hidden="true" tabindex="-1" href="#其它" class="anchor
337338
</aside>
338339
</nav>
339340
</div>
340-
<script src="js/demo-preview.js?v=1.26.6"></script>
341-
<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>
342-
<script src="js/tocbot.js?v=1.26.6"></script>
341+
<script src="js/demo-preview.js?v=1.27.2"></script>
342+
<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>
343+
<script src="js/tocbot.js?v=1.27.2"></script>
343344
</body>
344345
</html>

gitlab/index.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Docker 部署 Gitlab Docker 入门教程</title>
88
<meta name="description" content="在 Docker 中安装 Gitlab 教程,官方文档,如果你想使用原生安装,教程在这里:CentOS7安装维护Gitlab">
99
<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">
1616
<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>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -27,6 +27,7 @@
2727
<div class="content">
2828
<ul class="menu">
2929
<li><a href="../index.html" target="" class="">Home</a></li>
30+
<li><a href="https://jaywcjlove.github.io/#/sponsor" target="" class="">Sponsor</a></li>
3031
</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">
3132
<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>
3233
</svg></a>
@@ -703,8 +704,8 @@ <h2 id="升级"><a aria-hidden="true" tabindex="-1" href="#升级" class="anchor
703704
</aside>
704705
</nav>
705706
</div>
706-
<script src="../js/demo-preview.js?v=1.26.6"></script>
707-
<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>
708-
<script src="../js/tocbot.js?v=1.26.6"></script>
707+
<script src="../js/demo-preview.js?v=1.27.2"></script>
708+
<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>
709+
<script src="../js/tocbot.js?v=1.27.2"></script>
709710
</body>
710711
</html>

harbor.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Harbor Docker 入门教程</title>
88
<meta name="description" content="Harbor 是 VMware 公司开源了企业级 Registry 项目, 其的目标是帮助用户迅速搭建一个企业级的 Docker registry 服务。">
99
<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">
1616
<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>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -27,6 +27,7 @@
2727
<div class="content">
2828
<ul class="menu">
2929
<li><a href="index.html" target="" class="">Home</a></li>
30+
<li><a href="https://jaywcjlove.github.io/#/sponsor" target="" class="">Sponsor</a></li>
3031
</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">
3132
<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>
3233
</svg></a>
@@ -315,8 +316,8 @@ <h2 id="使用-harbor"><a aria-hidden="true" tabindex="-1" href="#使用-harbor"
315316
</aside>
316317
</nav>
317318
</div>
318-
<script src="js/demo-preview.js?v=1.26.6"></script>
319-
<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>
320-
<script src="js/tocbot.js?v=1.26.6"></script>
319+
<script src="js/demo-preview.js?v=1.27.2"></script>
320+
<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>
321+
<script src="js/tocbot.js?v=1.27.2"></script>
321322
</body>
322323
</html>

index.html

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Docker 入门教程 Docker 入门教程</title>
88
<meta name="description" content="Docker 是一个开源的应用容器引擎,而一个容器containers其实是一个虚拟化的独立的环境,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制">
99
<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">
1616
<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>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -27,6 +27,7 @@
2727
<div class="content">
2828
<ul class="menu">
2929
<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>
3031
</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">
3132
<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>
3233
</svg></a>
@@ -64,6 +65,7 @@
6465
<p align="center">
6566
<img width="130" align="center" src="img/logo.svg">
6667
</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>
6769
<p><a href="https://www.docker.com/">Docker</a> 是一个开源的应用容器引擎,而一个<ruby>容器<rt>containers</rt></ruby>其实是一个虚拟化的独立的环境,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口。</p>
6870
<blockquote>
6971
<p>Docker 的局限性之一,它只能用在 64 位的操作系统上。</p>
@@ -1035,8 +1037,8 @@ <h2 id="license"><a aria-hidden="true" tabindex="-1" href="#license" class="anch
10351037
</aside>
10361038
</nav>
10371039
</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>
10411043
</body>
10421044
</html>

0 commit comments

Comments
 (0)