Portal:Container/Image/cockpit-ws
Cockpit Web 服务容器镜像
描述
此容器镜像包含来自 openSUSE Tumbleweed 的最新 Cockpit Web 服务。
位置
- registry.opensuse.org/opensuse/cockpit-ws
安装 Cockpit RPM 包
如果 Cockpit 尚未安装,请首先安装 RPM 包
使用 zypper 在 Tumbleweed 上将 Cockpit 包作为 RPM 安装
# zypper install cockpit-system cockpit-podman
或者使用 transactional-update 在 MicroOS 上安装 Cockpit
# transactional-update pkg install cockpit-system cockpit-podman # systemctl reboot
运行 Cockpit Web 服务
使用此特权容器(以 root 身份)运行 Cockpit Web 服务
# podman pull registry.opensuse.org/opensuse/cockpit-ws # podman container runlabel --name cockpit-ws RUN registry.opensuse.org/opensuse/cockpit-ws
开机启动 Cockpit
使 Cockpit 在启动时启动
# podman container runlabel INSTALL registry.opensuse.org/opensuse/cockpit-ws # systemctl enable cockpit.service
: