<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>veazhi's bbs - podman</title>
    <link>http://bbs.veazhi.com/forum-144-1.html</link>
    <description>Latest 20 threads of podman</description>
    <copyright>Copyright(C) veazhi's bbs</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 05 Apr 2026 09:26:16 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.veazhi.com/static/image/common/logo_88_31.gif</url>
      <title>veazhi's bbs</title>
      <link>http://bbs.veazhi.com/</link>
    </image>
    <item>
      <title>通过 podman compose 本地部署 postgres</title>
      <link>http://bbs.veazhi.com/thread-203-1-1.html</link>
      <description><![CDATA[准备工作

安装好 docker 及 docker compose，具体可以参考：https://bbs.veazhi.com/thread-105-1-1.html


部署 postgres

1.在本地创建 postgres 目录，并在目录下创建 podman-compose.yaml 文件，内容为：

2.进入创建的 postgres 目录，执行 podman-compose up -d ...]]></description>
      <category>podman</category>
      <author>admin</author>
      <pubDate>Sun, 24 Aug 2025 06:34:18 +0000</pubDate>
    </item>
    <item>
      <title>rootless-netns-conn.pid: Permission denied 的解决方法</title>
      <link>http://bbs.veazhi.com/thread-202-1-1.html</link>
      <description><![CDATA[在使用 podman-compose 启动容器的时候总是报：
于此同时，系统日志报：
而检查 /data/podman/containers/networks/rootless-netns 目录的所属主和权限都是正确的：

但是，此时的 pod 已经创建成功：
而容器：


解决方法：

1.删除创建中的容器：
2.删除 pod：
3.编辑 ...]]></description>
      <category>podman</category>
      <author>admin</author>
      <pubDate>Sun, 24 Aug 2025 05:21:17 +0000</pubDate>
    </item>
    <item>
      <title>podman 中获取容器 ID 和 pod ID 的方法</title>
      <link>http://bbs.veazhi.com/thread-200-1-1.html</link>
      <description><![CDATA[获取容器 ID：

假设现在我有以下容器：


根据容器名称获取容器 ID：

根据容器状态（状态值有：created、exited、paused、running、stopped 以及 unknow）获取容器 ID：

根据 pod 名称获取容器 ID：

不加参数快速获取所有容器 ID：

还有，还可以根据：ancestor、be ...]]></description>
      <category>podman</category>
      <author>admin</author>
      <pubDate>Sun, 24 Aug 2025 05:05:12 +0000</pubDate>
    </item>
    <item>
      <title>在 mint 22 上通过 apt 在线安装 podman</title>
      <link>http://bbs.veazhi.com/thread-105-1-1.html</link>
      <description><![CDATA[下一代容器管理工具Podman，对比Docker有哪些优势，架构是什么样的？

podman 简介


podman 安装

1.打开终端，直接执行安装命令：
⚠️注意：podman 没有守护进程，所以在安装完后，系统是没有 podman 的进程的。自然，也是无法通过 systemd 来管理 podman 的。这一点 ...]]></description>
      <category>podman</category>
      <author>admin</author>
      <pubDate>Fri, 25 Jul 2025 13:22:36 +0000</pubDate>
    </item>
    <item>
      <title>配置国内镜像</title>
      <link>http://bbs.veazhi.com/thread-104-1-1.html</link>
      <description><![CDATA[编辑 /etc/containers/registries.conf 文件，在文件的最末尾添加：]]></description>
      <category>podman</category>
      <author>admin</author>
      <pubDate>Fri, 25 Jul 2025 13:19:06 +0000</pubDate>
    </item>
  </channel>
</rss>