<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.119he.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.119he.com/feed.php">
        <title>yanWiki - docker</title>
        <description></description>
        <link>https://wiki.119he.com/</link>
        <image rdf:resource="https://wiki.119he.com/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-06-12T00:17:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?id=docker:buildx&amp;rev=1748834231&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?id=docker:flusher&amp;rev=1742722184&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?id=docker:frp&amp;rev=1741423400&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?id=docker:frps&amp;rev=1770301355&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?id=docker:nginxphp&amp;rev=1770863709&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?id=docker:node-red&amp;rev=1771506555&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?id=docker:registrymirror&amp;rev=1766641596&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?id=docker:reset-to-factory&amp;rev=1766737719&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?id=docker:teslamate&amp;rev=1781082162&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.119he.com/lib/exe/fetch.php?media=wiki:logo.png">
        <title>yanWiki</title>
        <link>https://wiki.119he.com/</link>
        <url>https://wiki.119he.com/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.119he.com/doku.php?id=docker:buildx&amp;rev=1748834231&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-02T03:17:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>构建多平台镜像</title>
        <link>https://wiki.119he.com/doku.php?id=docker:buildx&amp;rev=1748834231&amp;do=diff</link>
        <description>构建多平台镜像

如需使用 buildx，需要开启docker的实验功能后，才可以使用，开启方式



nano /etc/docker/daemon.json

{
&quot;experimental&quot;: true
}


可选：



～/.docker/config.json

&quot;experimental&quot; : &quot;enabled&quot;


重启Docker使生效：</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?id=docker:flusher&amp;rev=1742722184&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-23T09:29:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Docker flusher</title>
        <link>https://wiki.119he.com/doku.php?id=docker:flusher&amp;rev=1742722184&amp;do=diff</link>
        <description>Docker flusher

新版flusher使用JAVA编写，需要JAVA 21环境。

镜像加速：



mkdir -p /etc/docker




cat &lt;&lt;-EOF &gt; /etc/docker/daemon.json
{
    &quot;registry-mirrors&quot;: [
        &quot;https://docker.m.daocloud.io&quot;,
        &quot;https://docker.imgdb.de&quot;,
        &quot;https://docker-0.unsee.tech&quot;,
        &quot;https://docker.hlmirror.com&quot;
    ]
}
EOF


systemctl daemon-reload
systemctl restart docker</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?id=docker:frp&amp;rev=1741423400&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-08T08:43:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>docker frp</title>
        <link>https://wiki.119he.com/doku.php?id=docker:frp&amp;rev=1741423400&amp;do=diff</link>
        <description>docker frp

&lt;https://github.com/fatedier/frp&gt;</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?id=docker:frps&amp;rev=1770301355&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-05T14:22:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>flush frps</title>
        <link>https://wiki.119he.com/doku.php?id=docker:frps&amp;rev=1770301355&amp;do=diff</link>
        <description>flush frps

&lt;https://github.com/fatedier/frp&gt;

Docker

Docker拉不下来frps



sudo docker pull fatedier/frps  
sudo docker run -d --name frps --restart always -v /opt/frp/server/frps.ini:/etc/frp/frps.ini -p 7000:7000 -p 7500:7500 -p 80:80 -p 443:443 fatedier/frps  


物理机



wget https://github.com/fatedier/frp/releases/download/v0.61.2/frp_0.61.2_linux_amd64.tar.gz

tar -zxvf frp_0.61.2_linux_amd64.tar.gz
cp frp_0.61.2_linux_amd64/frps /usr/bin/frps
cp frp_0.61.2_linux_amd64/frps.toml /etc/frps.toml…</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?id=docker:nginxphp&amp;rev=1770863709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-12T02:35:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nginx+php Dockerfile</title>
        <link>https://wiki.119he.com/doku.php?id=docker:nginxphp&amp;rev=1770863709&amp;do=diff</link>
        <description>nginx+php Dockerfile



# 基于Debian Bookworm Slim（国内源更易适配）
FROM debian:bookworm-slim

# 添加阿里云源
RUN set -eux; \
    echo &quot;deb http://mirrors.aliyun.com/debian/ bookworm main contrib non-free non-free-firmware&quot; &gt; /etc/apt/sources.list; \
    echo &quot;deb http://mirrors.aliyun.com/debian/ bookworm-updates main contrib non-free non-free-firmware&quot; &gt;&gt; /etc/apt/sources.list; \
    echo &quot;deb http://mirrors.aliyun.com/debian-security/ bookworm-security main contrib non-free non-free-firmware&quot; &gt;&gt; /etc/apt/sou…</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?id=docker:node-red&amp;rev=1771506555&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-19T13:09:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Node-Red</title>
        <link>https://wiki.119he.com/doku.php?id=docker:node-red&amp;rev=1771506555&amp;do=diff</link>
        <description>Node-Red

&lt;https://flows.nodered.org/node/node-red-contrib-wechats&gt;

node-red for teslamate

给node-red安装模块

高级版

[高级版脚本]



bash &lt;(curl -sSL http://flush.119he.com/teslamate/v6.0.0/add-nr-modules.sh)




###########################################
#        Node-Red模块安装脚本
# 2025.2.3 v1.1.0
# netfun2000@foxmail.com
###########################################

#!/bin/sh

# 定义颜色常量，用于输出提示
RED=&#039;\033[0;31m&#039;
GREEN=&#039;\033[0;32m&#039;
YELLOW=&#039;\033[1;33m&#039;
NC=&#039;\033[0m&#039; # No Color

# 定义需要安装的Node-RED模块列表
MODULES=&quot;n…</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?id=docker:registrymirror&amp;rev=1766641596&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-25T05:46:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Docker镜像加速器搭建</title>
        <link>https://wiki.119he.com/doku.php?id=docker:registrymirror&amp;rev=1766641596&amp;do=diff</link>
        <description>Docker镜像加速器搭建

搭建 Docker Registry Mirror（镜像加速器服务器）的核心是部署带代理缓存功能的私有 Registry，本质是让私有 Registry 拉取并缓存官方镜像，供本地 / 内网 Docker 客户端使用，从而提升拉取速度。以下是基于 Docker 官方 Registry 镜像 + 缓存配置的完整搭建步骤。</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?id=docker:reset-to-factory&amp;rev=1766737719&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-26T08:28:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Docker恢复初始状态</title>
        <link>https://wiki.119he.com/doku.php?id=docker:reset-to-factory&amp;rev=1766737719&amp;do=diff</link>
        <description>Docker恢复初始状态



bash &lt;(curl -sSL http://flush.119he.com/docker/docker-reset-to-factory.sh)



V1.1

在原有脚本基础上增加两个可选择的操作模式：一个是完整恢复初始状态（删除所有资源），另一个是保留镜像仅清理容器、网络、卷等其他资源，这样就不用重新拉取镜像了。</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?id=docker:teslamate&amp;rev=1781082162&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-10T09:02:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teslamate</title>
        <link>https://wiki.119he.com/doku.php?id=docker:teslamate&amp;rev=1781082162&amp;do=diff</link>
        <description>teslamate

&lt;https://github.com/teslamate-org/teslamate/&gt;

teslamateCN一键脚本

[一键安装脚本源码 v4.0.0  2026.1.19]

teslamate traefik代理版，始于v5.0.0

特斯拉伴侣  特斯拉盒子 特斯拉魔盒

在CentOS7中安装完docker-compose后需要升级到最新版。



yum install docker-compose
sudo curl -L &quot;https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)&quot; -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose…</description>
    </item>
</rdf:RDF>
