<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Docker - 标签 - 招财猫的部落格</title>
        <link>https://blog.besty.day/tags/docker/</link>
        <description>Docker - 标签 - 招财猫的部落格</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Sun, 22 Mar 2026 15:49:04 &#43;0800</lastBuildDate><atom:link href="https://blog.besty.day/tags/docker/" rel="self" type="application/rss+xml" /><item>
    <title>使用 Docker 部署 OpenClaw</title>
    <link>https://blog.besty.day/posts/2026/03/docker-openclaw-tutorial/</link>
    <pubDate>Sun, 22 Mar 2026 15:49:04 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2026/03/docker-openclaw-tutorial/</guid>
    <description><![CDATA[<p><a href="https://blog.besty.day/posts/2026/03/npm-install-openclaw/" rel="">上一篇</a>介绍了通过 NPM 安装 OpenClaw 并配置 qqbot。本文介绍在 VPS 上使用 Docker 部署 OpenClaw 的完整流程，适用于需要长期运行、资源隔离的生产环境。</p>
<h2 id="为什么要用-docker">为什么要用 Docker</h2>
<p>相比 NPM 直接安装，Docker 部署有这些优势：</p>]]></description>
</item>
<item>
    <title>Cloudflared代理SSH</title>
    <link>https://blog.besty.day/posts/2025/12/cloudflared-ssh/</link>
    <pubDate>Thu, 11 Dec 2025 17:02:04 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2025/12/cloudflared-ssh/</guid>
    <description><![CDATA[<p>昨天突然发现公司网络连不上我的 VPS，使用手机流量又可以连上，应该是被屏蔽了。既然Cloudflared可以代理容器的服务，为啥不用来代理SSH呢？问了一下AI，发现这是可行的，于是就有了这篇文章。</p>]]></description>
</item>
<item>
    <title>Cloudflared反代容器服务</title>
    <link>https://blog.besty.day/posts/2025/12/cloudflared/</link>
    <pubDate>Thu, 11 Dec 2025 11:24:52 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2025/12/cloudflared/</guid>
    <description><![CDATA[<p>在公网暴露端口一直是很多 VPS 用户担心的安全问题：</p>
<ul>
<li>不想暴露内部服务的端口</li>
<li>又希望能通过域名访问这些服务</li>
</ul>
<p><strong>Cloudflare Tunnel(Cloudflared) 给出了完美的解决方案：
VPS 完全不需要暴露任何端口，所有流量通过 Cloudflare 全球网络中转，再进入 VPS 容器网络。</strong></p>]]></description>
</item>
<item>
    <title>NPM&#43;CloudFlare实现泛域名HTTPS</title>
    <link>https://blog.besty.day/posts/2025/12/npm/</link>
    <pubDate>Fri, 05 Dec 2025 19:49:16 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2025/12/npm/</guid>
    <description><![CDATA[<p>在自建多个服务的情况下，如果每个容器都需要暴露端口到宿主机，不仅不安全，还容易端口冲突。</p>
<p>更优雅的方式是：<strong>所有服务与 Nginx Proxy Manager（NPM）放在同一个 Docker 网络中，不需要对宿主机暴露任何业务端口，只暴露 NPM 自己的 80 / 443 / 81 即可。</strong></p>]]></description>
</item>
<item>
    <title>docker下升级gitlab</title>
    <link>https://blog.besty.day/posts/2022/08/gitlab-upgrade/</link>
    <pubDate>Mon, 29 Aug 2022 12:59:12 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2022/08/gitlab-upgrade/</guid>
    <description><![CDATA[<p>公司的gitlab容器使用的镜像版本为<code>14.1.2</code>，已经是一年前的了。我是个喜新厌旧的人，所以动起了把gitlab升级到最新的念头。从<a href="https://docs.gitlab.com/ee/update/index.html#upgrade-paths" target="_blank" rel="noopener noreffer ">官网</a>上了解到不同版本的gitlab之间有一个升级路径。不遵循这个升级路径，出问题自己后悔去吧。对照当前的版本，我的升级路径如下图：</p>]]></description>
</item>
<item>
    <title>docker下迁移gitlab服务器</title>
    <link>https://blog.besty.day/posts/2022/08/gitlab-migrate/</link>
    <pubDate>Mon, 08 Aug 2022 22:11:10 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2022/08/gitlab-migrate/</guid>
    <description><![CDATA[<p>公司之前买了一个3年的腾讯云服务器，本着白嫖的原则，不用白不用，把公司内部的gitlab服务器迁移到腾讯云服务器上面去。本文记录一下操作步骤，以防老年痴呆。整个迁移流程其实很简单，就是先备份数据，然后在新机器上面还原数据，如图所示，以下分步骤说明。为了防止混淆，下文将公司内部的gitlab服务器称为内部服务器。</p>]]></description>
</item>
<item>
    <title>Docker安装gpdb测试数据库</title>
    <link>https://blog.besty.day/posts/2019/01/docker_install_gpdb_dev_env/</link>
    <pubDate>Thu, 17 Jan 2019 15:02:33 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2019/01/docker_install_gpdb_dev_env/</guid>
    <description><![CDATA[<p><strong>下载gpdb-dev镜像</strong></p>
<p><code>pivotaldata/gpdb-dev:centos7</code>是官方的开发镜像，里面已经装好了一些依赖，所以使用起来会方便一点。</p>]]></description>
</item>
<item>
    <title>docker安装greenplum集群</title>
    <link>https://blog.besty.day/posts/2018/08/install-greenplum-in-docker/</link>
    <pubDate>Tue, 21 Aug 2018 19:15:14 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2018/08/install-greenplum-in-docker/</guid>
    <description><![CDATA[<p>本文参考<a href="https://my.oschina.net/u/876354/blog/1606419" target="_blank" rel="noopener noreffer ">这里</a>安装greenplum成功，并记录一下过程</p>
<h2 id="创建docker节点">创建docker节点</h2>
<p>拉取centos镜像</p>
<div class="code-block code-line-numbers open" style="counter-reset: code-block 0">
    <div class="code-header language-bash">
        <span class="code-title"><i class="arrow fas fa-angle-right" aria-hidden="true"></i></span>
        <span class="ellipses"><i class="fas fa-ellipsis-h" aria-hidden="true"></i></span>
        <span class="copy" title="复制到剪贴板"><i class="far fa-copy" aria-hidden="true"></i></span>
    </div><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl"><span class="o">[</span>xiaoyu@xiaoyu ~<span class="o">]</span>$ docker pull centos</span></span></code></pre></div></div>

<p>创建几个容器，作为greenplum的节点</p>]]></description>
</item>
</channel>
</rss>
