Portal:Container/Image/fetchmail

跳转到:导航搜索

openSUSE Fetchmail 容器镜像

描述

此容器镜像包含来自 openSUSE Tumbleweed 的最新 fetchmail 守护进程。

位置

  • registry.opensuse.org/opensuse/fetchmail

配置

此 fetchmail 容器需要用户提供的 /etc/fetchmailrc 配置文件。

运行

 # podman run -d --rm --name fetchmail -v /etc/fetchmailrc:/etc/fetchmailrc:ro registry.opensuse.org/opensuse/fetchmail

Systemd 支持

containers-systemd 包包含一个服务文件和一个 sysconfig 文件,用于配置和自动使用 systemd 启动 fetchmail 容器。

 # systemctl start container-fetchmail