containers.podman.podman_runlabel 模块 – 从给定镜像运行指定标签
注意
此模块是 containers.podman 集合(版本 1.16.2)的一部分。
如果您正在使用 ansible
包,您可能已经安装了此集合。它不包含在 ansible-core
中。要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install containers.podman
。您需要其他要求才能使用此模块,请参阅 要求 获取详细信息。
要在 playbook 中使用它,请指定:containers.podman.podman_runlabel
。
概要
podman container runlabel 从给定镜像运行选定的标签
要求
在执行此模块的主机上需要以下要求。
主机上安装了 Podman
参数
参数 |
注释 |
---|---|
如果 默认值: |
|
从中获取标签的镜像。 |
|
要运行的标签。 |
示例
# What modules does for example
- containers.podman.podman_runlabel:
image: docker.io/continuumio/miniconda3
label: INSTALL