Skip to content

Commit 557a235

Browse files
v1.0.0 doc: Update README.md d79b379
1 parent 8d500b2 commit 557a235

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h2 id="镜像管理"><a aria-hidden="true" tabindex="-1" href="#镜像管理" c
294294
# 连接进行进入命令行模式,exit命令退出。
295295
docker run -t -i nginx:latest /bin/bash
296296
"><div onclick="copied(this)" class="copied"><svg class="octicon-copy" aria-hidden="true" viewBox="0 0 16 16" fill="currentColor" height="12" width="12"><path fill-rule="evenodd" d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"></path><path fill-rule="evenodd" d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"></path></svg><svg class="octicon-check" aria-hidden="true" viewBox="0 0 16 16" fill="currentColor" height="12" width="12"><path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path></svg></div></pre>
297-
<h2 id="下载镜像本地安装镜像"><a aria-hidden="true" tabindex="-1" href="#下载镜像本地安装镜像" class="anchor"><span class="icon icon-link"></span></a>下载镜像本地安装镜像</h2>
297+
<h3 id="下载镜像本地安装镜像"><a aria-hidden="true" tabindex="-1" href="#下载镜像本地安装镜像" class="anchor"><span class="icon icon-link"></span></a>下载镜像本地安装镜像</h3>
298298
<p>由于国区已经无法访问,可以将镜像打包,直接安装镜像压缩文件</p>
299299
<pre class="language-sh"><code class="language-sh code-highlight"><span class="code-line line-number" line="1">$ <span class="token function">docker</span> pull gitlab/gitlab-ce:17.0.1-ce.0 <span class="token comment"># 下载镜像</span>
300300
</span><span class="code-line line-number" line="2"><span class="token comment"># 保存 Docker 镜像到本地文件</span>
@@ -995,9 +995,9 @@ <h2 id="license"><a aria-hidden="true" tabindex="-1" href="#license" class="anch
995995
<li><a href="#旧版本安装" class="tocs-link">旧版本安装</a></li>
996996
<li><a href="#命令介绍" class="tocs-link">命令介绍</a></li>
997997
<li><a href="#服务管理" class="tocs-link">服务管理</a></li>
998-
<li><a href="#镜像管理" class="tocs-link">镜像管理</a></li>
999-
<li><a href="#下载镜像本地安装镜像" class="tocs-link">下载镜像本地安装镜像</a>
998+
<li><a href="#镜像管理" class="tocs-link">镜像管理</a>
1000999
<ol class="tocs-list is-collapsed">
1000+
<li><a href="#下载镜像本地安装镜像" class="tocs-link">下载镜像本地安装镜像</a></li>
10011001
<li><a href="#通过容器创建镜像" class="tocs-link">通过容器创建镜像</a></li>
10021002
<li><a href="#通过dockerfile创建镜像" class="tocs-link">通过Dockerfile创建镜像</a></li>
10031003
<li><a href="#发布自己的镜像" class="tocs-link">发布自己的镜像</a></li>

nginx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>MySQL Docker 入门教程</title>
7+
<title>Navidrome Docker 入门教程</title>
88
<meta name="description" content="Nginx 是一款面向性能设计的 HTTP 服务器,能反向代理 HTTP,HTTPS 和邮件相关(SMTP,POP3,IMAP)的协议链接。并且提供了负载均衡以及 HTTP 缓存。它的设计充分使用异步事件模型,削减上下文调度的开销,提高服务">
99
<meta name="keywords" content="docker,containers,tutorial">
1010
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.31.0">

sitemap.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ https://wangchujiang.com/docker-tutorial/elasticsearch.html
33
https://wangchujiang.com/docker-tutorial/harbor.html
44
https://wangchujiang.com/docker-tutorial/mattermost.html
55
https://wangchujiang.com/docker-tutorial/mysql.html
6-
https://wangchujiang.com/docker-tutorial/nginx.html
76
https://wangchujiang.com/docker-tutorial/navidrome.html
7+
https://wangchujiang.com/docker-tutorial/nginx.html
88
https://wangchujiang.com/docker-tutorial/penpot.html
99
https://wangchujiang.com/docker-tutorial/portainer.html
1010
https://wangchujiang.com/docker-tutorial/postgres.html
@@ -13,6 +13,6 @@ https://wangchujiang.com/docker-tutorial/redis.html
1313
https://wangchujiang.com/docker-tutorial/gitlab/index.html
1414
https://wangchujiang.com/docker-tutorial/nps/index.html
1515
https://wangchujiang.com/docker-tutorial/rocket.chat/index.html
16-
https://wangchujiang.com/docker-tutorial/sourcegraph/index.html
1716
https://wangchujiang.com/docker-tutorial/seaweedfs/index.html
17+
https://wangchujiang.com/docker-tutorial/sourcegraph/index.html
1818
https://wangchujiang.com/docker-tutorial/index.html

0 commit comments

Comments
 (0)