diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b89e9b..f751917 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,32 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.9.2 +====== + +Release Summary +--------------- + +Bugfixes and new requires option for podman_container + +Minor Changes +------------- + +- Add requires option to podman_container module + +Bugfixes +-------- + +- Add slirp4netns idempotency for pods +- Fix MAC address detection in created container +- Fix check for read-only change of root image in podman_container module +- Fix error with exitcommand for Podman v4 +- Fix issue when missing plugins entry in podman_network module +- Fix new requirements for plugins documentation +- Fix podman collection for Podman version 4 +- Fix tests for podman_container module +- Strip slashes from volumes + v1.9.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 74a52a5..d3494c3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -374,3 +374,19 @@ releases: - Use yaml syntax highlighting where appropriate release_summary: Bugfixes and new options for Pods release_date: '2022-01-13' + 1.9.2: + changes: + bugfixes: + - Add slirp4netns idempotency for pods + - Fix MAC address detection in created container + - Fix check for read-only change of root image in podman_container module + - Fix error with exitcommand for Podman v4 + - Fix issue when missing plugins entry in podman_network module + - Fix new requirements for plugins documentation + - Fix podman collection for Podman version 4 + - Fix tests for podman_container module + - Strip slashes from volumes + minor_changes: + - Add requires option to podman_container module + release_summary: Bugfixes and new requires option for podman_container + release_date: '2022-03-21' diff --git a/docs/buildah_connection.html b/docs/buildah_connection.html index bd3c405..9af9703 100644 --- a/docs/buildah_connection.html +++ b/docs/buildah_connection.html @@ -36,7 +36,7 @@

containers.podman.buildah – Interact with an existing buildah container

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.buildah.

@@ -114,7 +114,7 @@

Authors

diff --git a/docs/index.html b/docs/index.html index a246d17..f536098 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@

Containers.Podman

-

Collection version 1.9.0

+

Collection version 1.9.2

diff --git a/docs/podman_connection.html b/docs/podman_connection.html index e7ab280..be3449d 100644 --- a/docs/podman_connection.html +++ b/docs/podman_connection.html @@ -36,7 +36,7 @@

containers.podman.podman – Interact with an existing podman container

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman.

@@ -167,7 +167,7 @@

Authors

diff --git a/docs/podman_container_info_module.html b/docs/podman_container_info_module.html index 5f81f2c..af0b731 100644 --- a/docs/podman_container_info_module.html +++ b/docs/podman_container_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_container_info – Gather facts about containers using podman

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_container_info.

diff --git a/docs/podman_container_module.html b/docs/podman_container_module.html index b0295a5..bb30a6a 100644 --- a/docs/podman_container_module.html +++ b/docs/podman_container_module.html @@ -36,7 +36,7 @@

containers.podman.podman_container – Manage podman containers

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_container.

@@ -1643,6 +1643,21 @@
Use with present and started states to force the re-creation of an existing container.
+ + + +
+ requires + +
+ list + / elements=string
+ + + + +
Specify one or more requirements. A requirement is a dependency container that will be started before this container. Containers can be specified by name or ID.
+ @@ -1710,7 +1725,7 @@ -
Add the named secrets into the container at /run/secrets.
+
Add the named secrets into the container. The format is secret[,opt=opt...], see documentation for more details.
diff --git a/docs/podman_containers_module.html b/docs/podman_containers_module.html index 3a0ef28..0a2219c 100644 --- a/docs/podman_containers_module.html +++ b/docs/podman_containers_module.html @@ -36,7 +36,7 @@

containers.podman.podman_containers – Manage podman containers in a batch

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_containers.

diff --git a/docs/podman_export_module.html b/docs/podman_export_module.html index 8a09d51..de1a595 100644 --- a/docs/podman_export_module.html +++ b/docs/podman_export_module.html @@ -36,7 +36,7 @@

containers.podman.podman_export – Export a podman container

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_export.

diff --git a/docs/podman_image_info_module.html b/docs/podman_image_info_module.html index e1d4b54..727cb50 100644 --- a/docs/podman_image_info_module.html +++ b/docs/podman_image_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_image_info – Gather info about images using podman

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_image_info.

diff --git a/docs/podman_image_module.html b/docs/podman_image_module.html index ebbf768..b742254 100644 --- a/docs/podman_image_module.html +++ b/docs/podman_image_module.html @@ -36,7 +36,7 @@

containers.podman.podman_image – Pull images for use by podman

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_image.

diff --git a/docs/podman_import_module.html b/docs/podman_import_module.html index aadf58b..a477f74 100644 --- a/docs/podman_import_module.html +++ b/docs/podman_import_module.html @@ -36,7 +36,7 @@

containers.podman.podman_import – Import Podman container from a tar file.

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_import.

diff --git a/docs/podman_load_module.html b/docs/podman_load_module.html index 09cc485..b54246a 100644 --- a/docs/podman_load_module.html +++ b/docs/podman_load_module.html @@ -36,7 +36,7 @@

containers.podman.podman_load – Load image from a tar file.

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_load.

diff --git a/docs/podman_login_info_module.html b/docs/podman_login_info_module.html index 51012d5..0eb59c0 100644 --- a/docs/podman_login_info_module.html +++ b/docs/podman_login_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_login_info – Return the logged-in user if any for a given registry

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_login_info.

diff --git a/docs/podman_login_module.html b/docs/podman_login_module.html index 4ccaf2e..253bee0 100644 --- a/docs/podman_login_module.html +++ b/docs/podman_login_module.html @@ -36,7 +36,7 @@

containers.podman.podman_login – Login to a container registry using podman

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_login.

diff --git a/docs/podman_logout_module.html b/docs/podman_logout_module.html index a19ad2b..10b91bd 100644 --- a/docs/podman_logout_module.html +++ b/docs/podman_logout_module.html @@ -36,7 +36,7 @@

containers.podman.podman_logout – Log out of a container registry using podman

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_logout.

diff --git a/docs/podman_network_info_module.html b/docs/podman_network_info_module.html index a02239a..c2abb0d 100644 --- a/docs/podman_network_info_module.html +++ b/docs/podman_network_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_network_info – Gather info about podman networks

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_network_info.

diff --git a/docs/podman_network_module.html b/docs/podman_network_module.html index 1bfa569..dad47af 100644 --- a/docs/podman_network_module.html +++ b/docs/podman_network_module.html @@ -36,7 +36,7 @@

containers.podman.podman_network – Manage podman networks

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_network.

diff --git a/docs/podman_play_module.html b/docs/podman_play_module.html index c9f9359..71dc8d8 100644 --- a/docs/podman_play_module.html +++ b/docs/podman_play_module.html @@ -36,7 +36,7 @@

containers.podman.podman_play – Play kubernetes YAML file using podman

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_play.

diff --git a/docs/podman_pod_info_module.html b/docs/podman_pod_info_module.html index 225587b..5d8ca73 100644 --- a/docs/podman_pod_info_module.html +++ b/docs/podman_pod_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_pod_info – Gather info about podman pods

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_pod_info.

diff --git a/docs/podman_pod_module.html b/docs/podman_pod_module.html index d6360c5..e8ce5ce 100644 --- a/docs/podman_pod_module.html +++ b/docs/podman_pod_module.html @@ -36,7 +36,7 @@

containers.podman.podman_pod – Manage Podman pods

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_pod.

@@ -102,6 +102,36 @@
Path to cgroups under which the cgroup for the pod will be created. If the path is not absolute, he path is considered to be relative to the cgroups path of the init process. Cgroups will be created if they do not already exist.
+ + + +
+ cpus + +
+ string +
+ + + + +
Set the total number of CPUs delegated to the pod. Default is 0.000 which indicates that there is no limit on computation power.
+ + + + +
+ cpuset_cpus + +
+ string +
+ + + + +
Limit the CPUs to support execution. First CPU is numbered 0. Unlike `cpus` this is of type string and parsed as a list of numbers. Format is 0-3,0,1
+ @@ -121,6 +151,36 @@
Return additional information which can be helpful for investigations.
+ + + +
+ device + +
+ list + / elements=string
+ + + + +
Add a host device to the pod. Optional permissions parameter can be used to specify device permissions. It is a combination of r for read, w for write, and m for mknod(2)
+ + + + +
+ device_read_bps + +
+ list + / elements=string
+ + + + +
Limit read rate (bytes per second) from a device (e.g. device-read-bps=/dev/sda:1mb)
+ @@ -365,6 +425,21 @@ + + +
+ gidmap + +
+ list + / elements=string
+ + + + +
GID map for the user namespace. Using this flag will run the container with user namespace enabled. It conflicts with the `userns` and `subgidname` flags.
+ +
@@ -548,6 +623,22 @@
Set network mode for the pod. Supported values are bridge (the default), host (do not create a network namespace, all containers in the pod will use the host's network), or a comma-separated list of the names of CNI networks the pod should join.
+ + + +
+ network_alias + +
+ list + / elements=string
+ + + + +
Add a network-scoped alias for the pod, setting the alias for all networks that the pod joins. To set a name only for a specific network, use the alias option as described under the -`network` option. Network aliases work only with the bridge networking mode. This option can be specified multiple times.
+

aliases: network_aliases
+ @@ -567,6 +658,21 @@
Disable creation of /etc/hosts for the pod.
+ + + +
+ pid + +
+ string +
+ + + + +
Set the PID mode for the pod. The default is to create a private PID namespace for the pod. Requires the PID namespace to be shared via `share` option.
+ @@ -657,6 +763,82 @@
This variable is set for state
+ + + +
+ subgidname + +
+ string +
+ + + + +
Name for GID map from the /etc/subgid file. Using this flag will run the container with user namespace enabled. This flag conflicts with `userns` and `gidmap`.
+ + + + +
+ subuidname + +
+ string +
+ + + + +
Name for UID map from the /etc/subuid file. Using this flag will run the container with user namespace enabled. This flag conflicts with `userns` and `uidmap`.
+ + + + +
+ uidmap + +
+ list + / elements=string
+ + + + +
Run the container in a new user namespace using the supplied mapping. This option conflicts with the `userns` and `subuidname` options. This option provides a way to map host UIDs to container UIDs. It can be passed several times to map different ranges.
+ + + + +
+ userns + +
+ string +
+ + + + +
Set the user namespace mode for all the containers in a pod. It defaults to the PODMAN_USERNS environment variable. An empty value ("") means user namespaces are disabled.
+ + + + +
+ volume + +
+ list + / elements=string
+ + + + +
Create a bind mount.
+

aliases: volumes
+
diff --git a/docs/podman_save_module.html b/docs/podman_save_module.html index be73c27..f49fdf0 100644 --- a/docs/podman_save_module.html +++ b/docs/podman_save_module.html @@ -36,7 +36,7 @@

containers.podman.podman_save – Saves podman image to tar file

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_save.

diff --git a/docs/podman_secret_module.html b/docs/podman_secret_module.html index 7e7bed5..917ee3f 100644 --- a/docs/podman_secret_module.html +++ b/docs/podman_secret_module.html @@ -36,7 +36,7 @@

containers.podman.podman_secret – Manage podman secrets

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_secret.

diff --git a/docs/podman_tag_module.html b/docs/podman_tag_module.html index d5c737c..4feabca 100644 --- a/docs/podman_tag_module.html +++ b/docs/podman_tag_module.html @@ -36,7 +36,7 @@

containers.podman.podman_tag – Add an additional name to a local image

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_tag.

diff --git a/docs/podman_volume_info_module.html b/docs/podman_volume_info_module.html index 496bc53..355ed74 100644 --- a/docs/podman_volume_info_module.html +++ b/docs/podman_volume_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_volume_info – Gather info about podman volumes

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_volume_info.

diff --git a/docs/podman_volume_module.html b/docs/podman_volume_module.html index 499b9a8..2384a51 100644 --- a/docs/podman_volume_module.html +++ b/docs/podman_volume_module.html @@ -36,7 +36,7 @@

containers.podman.podman_volume – Manage Podman volumes

Note

-

This plugin is part of the containers.podman collection (version 1.9.0).

+

This plugin is part of the containers.podman collection (version 1.9.2).

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_volume.

diff --git a/docs/searchindex.js b/docs/searchindex.js index 489b0ad..4c3bdf6 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["buildah_connection","index","podman_connection","podman_container_info_module","podman_container_module","podman_containers_module","podman_export_module","podman_image_info_module","podman_image_module","podman_import_module","podman_load_module","podman_login_info_module","podman_login_module","podman_logout_module","podman_network_info_module","podman_network_module","podman_play_module","podman_pod_info_module","podman_pod_module","podman_save_module","podman_secret_module","podman_tag_module","podman_volume_info_module","podman_volume_module"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["buildah_connection.rst","index.rst","podman_connection.rst","podman_container_info_module.rst","podman_container_module.rst","podman_containers_module.rst","podman_export_module.rst","podman_image_info_module.rst","podman_image_module.rst","podman_import_module.rst","podman_load_module.rst","podman_login_info_module.rst","podman_login_module.rst","podman_logout_module.rst","podman_network_info_module.rst","podman_network_module.rst","podman_play_module.rst","podman_pod_info_module.rst","podman_pod_module.rst","podman_save_module.rst","podman_secret_module.rst","podman_tag_module.rst","podman_volume_info_module.rst","podman_volume_module.rst"],objects:{},objnames:{},objtypes:{},terms:{"0001":3,"00z":3,"01t00":3,"01t12":3,"022778765z":8,"05t16":23,"07t04":9,"091":9,"09t22":8,"0e267acda67d0ebd643e900d820a91b961d859743039e620191ca1":3,"100":4,"1000":4,"1001":8,"100m":4,"1048576":3,"10k":4,"10mb":4,"10t05":8,"120":4,"127":[4,18],"128":[4,15],"13t20":17,"142c1beadf1bb09fbd929465ec98c9dca3256638220450efb4214727d0d0680":8,"14t15":18,"152479729":4,"157518963":4,"168":15,"1777":4,"17t19":4,"192":15,"1dbde2dd497ddde2b467727125b900958a051a72561e58d29abe3d660dcaa9a7":[7,10],"1m22":4,"1mb":4,"2018":[7,10],"2019":[3,4,8],"20190801":3,"20190919":3,"2020":[17,18,23],"2021":9,"230818767":18,"233106443z":3,"25t04":[7,10],"27578615c5ae352af4e8449862d61aaf5c11b105a7d5905af55bd01b0c656d6":[7,10],"277628769":23,"2m3":4,"30s":4,"310a82ccb092cd650215ab375da8943d235a263af9a029b8ac26a281446c04db":[7,10],"3300":4,"3310":4,"36cb91cf4513543a8f0953fed785747ea18b675bc2677f3839889cfca0aac79":[7,10],"4083":4,"4444":18,"466180019":8,"4aad9d80f30c3f0608f58173558b7554d84dee4dc4479672926eca29f75e6e33":[7,10],"515":18,"537cf0045ed9cd7989f7944e7393019c81b16c1799a2198d8348cd182665397f":[7,10],"553887623z":8,"5555":18,"566542742840fe3034b3596f7cb9e62a6274c95a69f368f9e713746f8712c0b6":[7,10],"569919342":[7,10],"572282186":17,"5882449":9,"595e85a6b1b4779ea4daaec70b588dff0527a9b7":[7,8,10],"59e9a6db8f178f3da868614564faabb2820cdfb69be32e63a4405d6f7772f68c":[7,10],"5a8ab28e314c2222de3feaf6dac94a0436a37fc08979d2722c99d2bef2619a9b":8,"5c7d8e2dd66dcf4a152a4032a1d3c5a33458c67e1c1335edd8d18d738892356b":[7,10],"6379":4,"64m":4,"65536000":3,"659377677z":8,"67129bd46022122a7d8b7acb490092af6c7ce244ce4fbd7d9e2d2b7f5979e090":[7,10],"6751fc9b6868254870c062d75a511543fc8cfda2ce6262f4945f107449219632":[7,10],"682":17,"6a567ecbf97725501a634fcb486271999aa4591b633b4ae9932a46b40f5aaf47":[7,10],"7111":17,"720d9edf0cd2a9bb56b88b80be9070dbfaad359514c70094c65066963fed485d":[7,10],"72bb96d6c53ad57a0b1e44cab226a6251598accbead40b23fac89c19ad8c25ca":[7,10],"749977105":9,"75391df2c87e076b0c2f72d20c95c57dc8be7ee684cc07273416cce622b43367":[7,10],"7777":17,"787448k":4,"7c51242c4c5db5c74afda76d7fdbeab6965d8b21804bb3fc597dee09c770b0ca":[7,10],"7dd303f041039bfe8f0833092673ac35f93137d10e0fbc4302021ea65ad57731":[7,10],"8009":[7,8,10],"8080":[4,7,8,10],"8081":4,"86336555z":8,"8730c75be86a718929a658db4663d487e562d66762":9,"873858307":4,"9000":4,"9001":4,"934395523z":[7,10],"9990":[7,8,10],"9aa10191f5bddb59e28508e721fdeb43505e5b395845fa99723ed787878dbfea":8,"boolean":[4,5,6,8,12,13,15,16,18,19,20,23],"byte":4,"case":[4,13],"default":[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],"export":[1,4,11,12,13,16],"function":8,"import":1,"new":[4,5,8,11,14,15,16,17,18,20,23],"null":4,"return":[1,5],"static":[4,18],"super":20,"true":[4,7,8,10,11,12,14,15,16,17,18,19,20],"var":[0,2,3,4,7,8,10,16],DNS:[4,18],Dns:3,For:[4,23],NOT:20,Not:[4,11],TLS:[8,12,16],The:[0,2,3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],These:1,UTS:4,Use:[4,12,16,18,20],Used:4,_data:[22,23],a27034d79081347421dd24d7e9e776c18271cd9a6e51053cb39af4d3d9c400e8:[7,10],a5a5c6cdf8c72272fc5c33f787e8d7501e2fa0c1e92b2b602860defdafeeec58:18,a9dbf5616cc16919a8ac0dfc60aff87a72b5be52994c4649fcc91a089a12931f:[7,10],abnorm:[4,18],abort:[4,18],about:1,abov:[4,16],absent:[4,8,15,16,18,20,23],absolut:[4,18],accept:4,access:[0,2,4,15],account:4,ace34da54e4af2145e1ad277005adb235a214e4dfe1114c2db9ab460b840f785:8,acm:8,ad46737bf:17,add:[1,4,8,9,15,18,23],add_host:[4,18],added:4,addit:[1,4,5,15,18,19,23],address:[4,18],advanc:8,after:[8,16],ainer:4,alia:4,aliaksandr:20,alias:[4,8,10,18,19],all:[3,4,7,13,14,16,17,18,22],alloc:[4,15],allow:[4,18,19],alpin:[5,20],alreadi:[4,8,16,18,20],also:[4,8,11,12,13,16],alter:4,alwai:[3,4,7,8,9,10,11,14,15,17,18,22,23],amd64:[7,8,9,10],amenzhinski:20,amount:4,ani:[1,4,8,13],annot:[3,4,7,8,9,10],anoth:4,anotherappimag:4,ansibl:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],ansible_host:[0,2],ansible_podman_execut:2,ansible_podman_extra_arg:2,ansible_remote_tmp:2,ansible_remote_us:[0,2],ansible_us:[0,2],app:[7,8,10],apparmorprofil:[3,4],appendonli:4,applic:[7,8,9,10],arbitrari:4,architectur:[7,8,9,10],archiv:[8,10,19],area:4,arg:[3,4,8],argument:[2,4,8],assert:4,assign:18,associ:18,assum:4,attach:4,attachstderr:[3,4],attachstdin:[3,4],attachstdout:[3,4],attempt:8,auth:[4,8,11,12,13,16],auth_fil:8,authent:[4,8,11,12,13,16],authfil:[4,8,11,12,13,16],auto_remov:4,automat:4,autoremov:3,avail:[4,11,16],awar:4,b42f6819007f00f88e364fd4036a9c25bf357dd4:[7,8,10],backend:[3,14,15],balanc:[4,8],base:[3,4,15],bash:9,basic:8,batch:1,bcacbdf7a119c0fa934661ca8af839e625ce6540d9ceb6827cdd389f823d49e0:[7,10],becom:15,befor:4,behavior:4,being:4,below:[3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],between:[4,18],bin:[3,4,7,8,9,10],binari:[3,4],bind:[3,4],bitnami:[4,7,8,10],bitnami_app_nam:[7,8,10],bitnami_image_vers:[7,8,10],bitnami_pkg_chmod:8,bitnami_pkg_extra_dir:8,blkio_weight:4,blkio_weight_devic:4,blkiodevicereadbp:3,blkiodevicereadiop:3,blkiodevicewritebp:3,blkiodevicewriteiop:3,blkioweight:3,blkioweightdevic:3,block:4,boolean_kei:4,bootstrap:4,boundingcap:[3,4],bourqu:21,bps:4,bridg:[3,4,14,15,18],bug:8,build:[3,8],build_arg:8,buildah:1,buildarg:8,built:[8,18],builtin:4,busybox:4,bzip:9,c282:4,c5c39e813703:3,c5c39f9b80a6ea2ad665aa9946435934e478a0c5322da835f3883872f:3,c782:4,c785:3,c78:3,c866:3,c9e813703f9b80a6ea2ad665aa9946435934e478a0c5322da835f3883872f:3,ca_cert_dir:8,cach:[8,13],call:16,can:[4,5,11,12,13,15,16,18,23],cannot:[4,13],cap_add:4,cap_audit_writ:3,cap_chown:[3,4],cap_dac_overrid:3,cap_drop:4,cap_fown:3,cap_fsetid:3,cap_kil:3,cap_mknod:3,cap_net_bind_servic:3,cap_net_raw:3,cap_setfcap:3,cap_setgid:3,cap_setpcap:3,cap_setuid:3,cap_sys_chroot:3,capabl:[4,14,15],capadd:3,capdrop:3,cat:20,cbc6d73c4d232db6e8441df96af81855f62c74157b5db80a1d5:9,cento:3,cert:[12,16],cert_dir:16,certdir:12,certif:[8,12,16],cgroup:[3,4,18],cgroup_par:[4,18],cgroupn:4,cgrouppar:[3,17,18],cgrouppath:[17,18],chang:[4,9,13,23],charact:4,check:[8,13,16],child:3,choic:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],choos:18,chosen:4,christian:21,cidfil:4,cidr:15,cleanup:3,clelang:[11,13],clemen:[11,13],client:16,cmd:[3,4,7,8,9,10],cmd_arg:4,cni:[4,14,15,16,18],cnivers:[14,15],code:4,collect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],com:[0,2,7,8,10,23],comma:18,command:[0,2,4,5,11,12,13,14,15,17,18,20,22],comment:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],commit:9,commit_messag:9,common:[3,4,7,8,9,10,11,14,15,17,18,22,23],compar:4,compat:4,complet:4,compress:[8,19],conf:[4,12,13,16,18],config:[3,4,9,13,16,17,18],configmap:16,configur:[0,2,3,4,16,17,18],conflict:4,conmon:[4,18],conmon_pidfil:4,conmonpidfil:4,connect:[4,12,15,16,18],consid:[4,18],consoles:3,consum:4,contact:[12,16],container_file_t:4,container_prefix:[4,18],container_t:4,containerconfig:[7,8,10],containeridfil:3,containerport:[4,17],containertyp:[3,4],content:20,continuumio:21,control:8,cool:8,coordin:18,correspond:13,count:4,cpu:4,cpu_period:4,cpu_rt_period:4,cpu_rt_runtim:4,cpu_shar:4,cpucount:3,cpuperc:3,cpuperiod:3,cpuquota:3,cpurealtimeperiod:3,cpurealtimeruntim:3,cpuset_cpu:4,cpuset_mem:4,cpusetcpu:3,cpusetmem:3,cpushar:3,creat:[3,4,7,8,9,10,12,13,15,16,17,18,19,20],created_bi:[8,9],createdat:23,creation:[4,18],credenti:[8,13],cri:[3,4],crt:[12,16],ctrl:4,current:[4,15,20],custom:[4,18],d9cb6dbb0:17,daemon:8,dash:[4,18],data:[4,5,7,8,9,10,18,20],date:3,dc70a947c7ae15198ec38b3c817587584085dee3919cbeb9969e3ab77ba10fd2:18,dead:[3,4],debian:[7,8,10],debug:[4,5,15,16,18,20,23],defin:4,delet:[8,13,16],delimit:[4,18],depend:[3,4],deploy:[7,8,10],describ:16,descript:[3,4,7,8,9,10,11,14,15,17,18,22,23],dest:[6,8,19],destin:[4,8,19],detach:[4,20],detach_kei:4,determin:4,dev:[3,4,23],devic:[3,4,15,23],device_nam:4,device_read_bp:4,device_read_iop:4,device_write_bp:4,device_write_iop:4,dict:4,dictionari:[3,4,5,7,8,9,10,11,15,18,20,23],diff:[7,8,9,10],digest:[7,8,9,10],dir:[4,8,19],directli:4,directori:[4,8,12,16,18,19],disabl:[4,15,18],disable_dn:15,discard:8,diskquota:3,distribut:[7,8,10],dns:[4,15,18],dns_opt:[4,18],dns_option:4,dns_search:[4,18],dns_search_domain:4,dns_server:4,dnsoption:3,dnssearch:3,doc:1,docker:[3,4,7,8,10,11,13,16,19,20,21],document:[3,4,7,8,9,10,11,14,15,17,18,22,23],doe:[4,6,8,9,10,18,19,21,23],doesn:[4,18],domain:[4,18],domainnam:[3,4],don:4,doran:[7,8],doubl:4,driver:[3,4,15,16,20,22,23],driver_opt:20,drop:4,dst:[14,15],dual:15,due:23,dumb:3,dure:8,dwildfli:[7,8,10],each:4,edu:[7,10],effect:4,effectivecap:[3,4],either:[10,19],element:[3,4,5,7,8,9,14,15,16,17,18,21,22,23],elev:[3,7],emilien:3,emilienm:3,empti:4,empty_lay:8,enabl:[4,15,16],endpointid:3,entir:4,entri:[0,2],entrypoint:[3,4,7,8,10],env:[0,2,3,4,7,8,10],env_fil:4,env_host:4,environ:[4,11,12,13,16],equal:4,error:[3,4,16],etc:[4,8,12,16,18],etc_host:4,ethernet:4,even:[4,6,8,15,19,23],event:3,execid:[3,4],execut:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],exist:[1,4,6,8,13,15,16,18,19,20,23],exit:[2,4],exitcod:[3,4],exitcommand:[3,4],expect:[4,18],explicitli:[12,13,16],explod:4,expos:4,exposed_port:4,exposedport:[7,8,10],express:4,ext4:23,extend:4,extern:15,extra:[2,8],extra_arg:8,extrahost:3,f97315dc58a9c002ba0cabccb9933d4b0d2113733d204188c88d72f75569b57b:[7,10],fact:[1,4,14,15,17,22],fail:[4,13],failingstreak:[3,4],failur:[4,18],fals:[3,4,7,8,10,12,13,15,16,18,20],fatal:[4,16],fetch:[0,2],field:[3,4,7,8,9,10,11,14,15,17,18,22,23],file:[0,1,2,3,4,6,8,11,12,13,18,20],filesystem:[4,6,9],finishedat:[3,4],firewal:[14,15],first:[4,12,13],flag:[4,12,13],follow:[3,4,7,8,9,10,11,14,15,17,18,22,23],forc:[4,6,8,18,19,20],force_restart:4,force_rm:8,foreground:[7,10],forget:4,format:[4,8,15,19],forward:4,found:[4,13,16],from:[1,3,4,7,8,12,13,14,15,16,17,18,22],ftp_proxi:4,full:4,galaxi:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],gatewai:[3,14,15],gather:1,gcr:18,gener:[4,10,18],generate_systemd:[4,18],gid:[4,23],gidmap:4,gigabyt:4,give:4,given:[1,3,4,7,18],globalipv6address:3,globalipv6prefixlen:3,gmt:4,gosu_gpg_kei:[7,8,10],gosu_vers:[7,8,10],gpg_key_servers_list:[7,8,10],gplv2:3,graphdriv:[3,4,7,8,9,10],greater:4,group:[4,5],group_add:4,groupadd:3,groupnam:4,hairpinmod:3,handl:4,haproxi:3,hard:3,have:4,header:[4,18],healthcheck:[3,4],healthcheck_interv:4,healthcheck_retri:4,healthcheck_start_period:4,healthcheck_timeout:4,help:[4,5,15,18,23],here:[1,3,4,7,8,9,10,11,14,15,17,18,22,23],hiatt:12,hide:16,histori:[8,9],hit:4,hkp:[7,10],home:[7,8,9,10,13,16,22,23],host:[1,3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],hostconfig:[3,4],hostip:17,hostnam:[3,4,17,18],hostnamepath:[3,4],hostport:[4,17],hostspath:[3,4],how:4,howev:13,http:[8,12,16],http_proxi:4,https_proxi:4,hub:11,idempot:[4,8,23],ignor:[4,8,13],ignore_docker_credenti:13,imag:[1,3,4,5,9,16,18,20],image_o:[7,8,10],image_strict:4,image_volum:4,imagenam:[3,4],includ:[4,10,18],indefinit:4,info:[1,4,8,9,10,16],inform:[4,5,15,18,23],infra:18,infra_command:18,infra_conmon_pidfil:18,infra_imag:18,infra_nam:18,infraconfig:[17,18],infracontainerid:[17,18],infraportbind:[17,18],ini:[0,2],init:[3,4,18],init_path:4,initi:4,input:10,insecur:[12,16],insid:[0,2,4],inspect:[4,8,14,17,18,22,23],instal:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],instead:[4,18,19],integ:[4,15,18],interact:[1,4],interfac:[4,15],intermedi:8,intern:15,interpret:19,interv:4,inventory_hostnam:[0,2],investig:[4,5,15,18,23],iomaximumbandwidth:3,iomaximumiop:3,iop:4,ip_rang:15,ipaddress:3,ipam:[14,15],ipc:[4,18],ipc_mod:4,ipcmod:3,ipmasq:[14,15],ipprefixlen:3,iptabl:[14,15],ipv4:15,ipv6:15,ipv6gatewai:3,isgatewai:[14,15],isinfra:[3,4],isol:3,item:[4,8],jason:12,java:[7,8,10],join:[4,16,18],journald:[3,4],json:[4,8,9,11,12,13,16],jthiatt:12,k8s:[3,4,18],keep:4,kei:[3,4,7,8,9,10,11,12,14,15,16,17,18,20,22,23],kept:13,kernel:[4,18],kernel_memori:4,kernelmemori:3,key2:23,keyserv:[7,8,10],kill:[4,18],killer:4,kilobyt:4,kolla_base_arch:3,kolla_base_distro:3,kolla_distro_python_vers:3,kolla_install_metatyp:3,kolla_install_typ:3,kolla_start:3,kolla_vers:3,kube:16,kube_fil:16,kubelet:16,kubernet:[1,3,4],label:[3,4,7,8,9,10,17,18,22,23],label_fil:[4,18],lang:[11,13],larger:4,larr:[4,5,6,8,15,18,19,20,23],later:4,latest:[3,4,7,8,10],launch:4,layer:[7,8,9,10,19],leav:[4,16],level:[3,4,16],lib:[3,7,8,10,16],libpod:3,libpod_par:[17,18],librari:4,licens:3,lightweight:18,like:4,limit:4,line:[2,4,18],link:3,linklocalipv6address:3,linklocalipv6prefixlen:3,linux:[7,8,9,10],list:[1,3,4,5,7,8,9,12,14,15,16,17,18,21,22,23],load:[1,4,8,9],local:[1,3,4,6,7,8,10,14,15,19,22,23],localhost:18,lockid:[17,18],log:[1,3,4,16],log_driv:[4,16],log_level:[4,16],log_opt:4,logconfig:3,logged_in:11,login:[1,11,13,16],logout:13,logpath:4,loop1:23,loop:8,love:[7,8,10],lowerdir:[7,8,10],mac:[4,18],mac_address:[4,18],macaddress:3,macchi:3,machin:[3,4,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,22,23],macvlan:15,mai:[3,4,7,8],maintain:[7,8,10],make:4,makeinfracontain:[17,18],manag:[1,3],manifest:[7,8,9,10,19],manifesttyp:[7,8,9,10],map:4,match:4,max:4,max_retri:4,max_siz:4,maximum:4,maximumretrycount:3,mean:4,megabyt:4,mem:4,memori:[3,4],memory_reserv:4,memory_swap:4,memory_swappi:4,memoryreserv:3,memoryswap:3,memoryswappi:3,merg:[7,8,10],mergeddir:[7,8,10],messag:[4,9,16],meta:[4,18],metadata:[4,18,23],mianzhynski:20,microsecond:4,miniconda3:21,miniconda:21,mit:[7,10],mode:[4,18],modul:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],more:[4,8,18,19,21],mount:[3,4,8],mountlabel:[3,4],mountpoint:[22,23],move:4,msg:20,mtu:15,multi_image_arch:19,multipl:[4,8,16],must:[2,4,15,18],myapplic:4,mycontain:4,mydata:4,myredi:4,mysecret:20,myservic:4,name:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,22,23],nameshistori:9,namespac:[3,4,18],nami:[7,8,10],nami_prefix:8,nami_vers:[7,8,10],nanocpu:3,nbsp:[4,5,6,8,15,18,19,20,23],necessari:[4,8,18],need:[3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],net:[4,7,8,10,18],network:[1,4,16,18],network_alias:4,network_mod:4,networkmod:3,networkset:[3,4],newpod:18,nginx:[5,7,8],no_head:[4,18],no_host:[4,18],no_proxi:4,node:4,non:4,none:[0,2,3,4,9,18],nop:[8,9],note:[4,16],numa:4,number:4,object_r:[3,4],ocafebab:21,oci:[3,8,9,10,19],ociruntim:3,ocivers:[3,4],ohno:4,omit:4,onbuild:3,onc:5,ondemand:[7,8,10],one:[4,8,16,18,19,21],onli:[4,8,13,16,19],oom:4,oom_kill_dis:4,oom_score_adj:4,oomkil:[3,4],oomkilldis:3,oomscoreadj:3,open:4,openstdin:[3,4],opt:[7,8,10,15],option:[4,8,13,15,16,18,20,22,23],order:[3,7],org:[3,23],ostre:8,other:[4,13],out:1,output:[4,16,20],overlai:[3,4,7,8,9,10],overrid:[4,11,12,13,16,18,20],overridden:[12,13],overwrit:4,p4ssw0rd:12,p80:[7,10],pair:[8,9],panic:[4,16],param:4,parent:[4,7,8,9,10],part:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],pass:[2,4,8,15,16,18],password:[8,12,16],path:[2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],paus:[3,4,18],per:4,period:4,permiss:4,pgp:[7,10],pid:[3,4,18],pid_mod:4,pidmod:3,pids_limit:4,pidslimit:3,plai:1,playbook:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],plu:4,plugin:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],pod1:[17,18],pod1host:17,pod2:18,pod:[1,3,4,16,23],pod_id_fil:18,pod_prefix:[4,18],podman0:[14,15],podman_contain:[1,20],podman_container_info:1,podman_execut:2,podman_export:1,podman_extra_arg:2,podman_imag:1,podman_image_info:1,podman_import:1,podman_intern:15,podman_load:1,podman_login:1,podman_login_info:1,podman_logout:1,podman_network:1,podman_network_info:1,podman_plai:1,podman_pod:1,podman_pod_info:1,podman_sav:1,podman_secret:1,podman_tag:1,podman_usern:4,podman_volum:1,podman_volume_info:1,polici:[4,18],pool:[4,7,8,10],port:[3,4,18],portbind:3,portmap:[14,15],posix:4,pre:8,prefer:4,prefix:[4,18],present:[4,8,14,15,17,18,20,22,23],prettyjw:[7,8,10],privat:4,privileg:[3,4,7],process:[4,18],processlabel:[3,4],profil:16,properli:[3,7],protocol:17,provid:[4,16],proxi:[4,8],pseudo:4,publish:[3,4,18],publish_al:4,publishallport:3,published_port:4,pull:[1,4,16],push:[8,19],push_arg:8,put:[0,2],python:5,quai:[4,7,8,10,11,12,13],quiet:16,quot:[4,15,16,18],r12:[7,10],r27:8,random:[4,18],randomli:4,rang:[4,14,15,18],rate:4,raw:4,rdo:3,read:[4,16,18],read_onli:4,read_only_tmpf:4,readonlyrootf:3,real:4,reap:4,reason:4,recreat:[4,15,16,18,20,23],redhat:[0,2],redi:[3,4,7,8],redirect:4,refer:[4,18],regardless:4,regist:[4,20],registri:[1,4,8,16],registry_auth_fil:[4,11,12,13,16],rel:[4,18],releas:4,remain:20,remot:[4,8,11,16],remote_addr:[0,2],remote_us:[0,2],remov:[4,8,13,20],remove_signatur:8,repodigest:[7,8,9,10],repositori:4,repotag:[7,8,9,10],repres:4,request:4,requir:[7,8],resolv:18,resolvconfpath:[3,4],restart:[3,4,18],restart_polici:[4,18],restartcount:[3,4],restartpolici:3,restrict:[4,15],result:[4,8,18,23],retri:4,reus:4,rlimit_nofil:3,rlimit_nproc:3,root:[3,4,9],rootf:[3,4,7,8,9,10],rootless:4,rout:[14,15],run:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],runc:3,runroot:3,runtim:[3,4],rwm:4,rwx:8,sagi:[3,4,5,6,9,10,14,15,16,17,18,19,22,23],sam:[7,8],samdoran:[7,8],same:[19,20],sampl:[3,4,7,8,9,10,11,14,15,17,18,22,23],sandbox:[3,4],sandboxid:3,sandboxkei:3,save:[1,6,9,10],sbin:[3,4,7,8,10],schema:3,scope:[4,22,23],sda:4,sdc:4,search:[4,12,13,18],seccomp:[4,16],seccomp_profile_root:16,second:4,secondaryipaddress:3,secondaryipv6address:3,secret:[1,4],secret_kei:4,secur:4,security_opt:4,securityopt:3,see:[4,9,19],sent:4,separ:[4,8,18],sequenc:4,server:[4,11,12,13,18],servic:[4,18],set:[2,4,8,9,11,12,13,16,18,20,23],setup:4,sever:[3,7],sha256:[7,8,9,10],share:[4,18,22,23],sharescgroup:[17,18],sharesipc:[17,18],sharesnet:[17,18],sharesut:[17,18],shm:4,shm_size:4,shmsize:3,shnaidman:[3,4,5,6,9,10,14,15,16,17,18,19,22,23],should:[4,8,16,18],showmysecret:20,sig_proxi:4,sigchld:4,sigkil:4,sign:8,sign_bi:8,signal:4,signatur:8,sigstop:4,sigterm:4,sinc:[4,13],singl:[3,4],size:[4,7,8,9,10,15],skip_exist:20,sks:[7,8,10],sleep:[4,5],slirp4netn:4,soft:[3,4],someus:4,sourc:[4,8,16,19],special:18,special_pod:17,specif:[3,4,7,8,14,17,20,22,23],specifi:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],specific_volum:22,src:9,sshnaidm:[3,4,5,6,9,10,14,15,16,17,18,19,22,23],ssssh:4,stack:[4,15],start:[4,7,10,16,18],startedat:[3,4],state:[3,4,8,15,16,17,18,20,23],staticdir:4,statu:[3,4,17,18],stdin:4,stdinonc:[3,4],stdout:20,stop:[4,18],stop_sign:4,stop_timeout:4,stopsign:[3,4],storag:[3,7,8,10,23],store:[10,13,21],string:[0,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],structur:16,subgid:4,subgidnam:4,subnet:[14,15],subuid:4,subuidnam:4,success:[4,8,18],suppli:4,support:[4,15,18,19,23],svirt_lxc_net_t:3,svirt_sandbox_file_t:3,swap:4,swappi:4,sysctl:4,system:4,system_r:[3,4],system_u:[3,4],systemd:[3,4,18],sysv:4,tag:[4,7,8,15,19,21],take:4,taken:4,tar:[1,6],tarbal:[6,8,9,19],target:[12,16],target_nam:21,task:4,tcp:[7,8,10,17],tell:4,term:[3,4],test:[5,23],testvolum:22,tgz:9,than:[4,18,19],thei:[4,13,18],them:[4,18],thi:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],those:4,three:5,thu:4,time:[4,16,18],timeout:[4,18],timer:4,timestamp:[4,18],timezon:4,tini_gpg_kei:[7,8,10],tini_vers:[7,8,10],tls_verifi:[8,16],tlsverifi:[8,12],tmp:4,tmpdir:3,tmpf:[3,4,23],togeth:13,toma:[0,2],tomecek:[0,2],tool:[0,2,13],tpmf:23,transport:[8,19],tripleomast:3,ttomecek:[0,2],tty:[3,4],tune:4,txz:9,type:[3,4,7,8,9,10,14,15,19,23],ubuntu:[4,7,10],udp:4,uid:[2,4,7,23],uidmap:4,ulimit:[3,4],uncompress:19,unconfin:4,under:[4,12,13,18],unencrypt:20,unhealthi:4,uniqu:[3,4,7,8,9,10,11,14,15,17,18,22,23],unit:[4,18],unless:[12,13,16],unlimit:4,unpaus:18,unsuccess:8,until:4,updat:[4,15],upper:4,upperdir:[7,8,9,10],url:8,usag:4,use:[0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],used:[0,2,4,8,10,12,13,15,16,18],user:[0,1,2,3,4,7,8,9,10,12,13,18,23],usern:4,usernam:[4,8,11,12,16],userns_mod:4,usernsmod:3,uses:[4,13,20],using:[0,1,2,4,8,18,19],usr:[3,4,7,8,10],uts:[4,18],utsmod:3,v2s1:8,v2s2:[8,19],valid:[4,8],validate_cert:8,valu:[16,20],value2:23,variabl:[4,11,12,13,16,18],vault_registry_password:8,vendor:3,verif:[12,16],verifi:[12,16],version:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],via:[0,2,4],virtuals:[7,8,9,10],vlan:15,vlan_filt:15,vnd:[7,8,9,10],volum:[1,3,4,8],volume1:23,volumedriv:3,volumes_from:4,volumesfrom:3,want:[0,2,4],warn:[4,13,16],watchdog:[4,18],web1:3,web:5,weight:4,well:4,were:4,what:[6,9,10,18,19,21,23],when:[4,8,12,16,18,19,20],where:[4,8,18],whether:[4,8,20],which:[0,2,4,5,15,16,18,20,23],wildfli:[4,7,8,10],wildfly_hom:8,wildfly_java_hom:[7,8,10],wildfly_java_opt:[7,8,10],wildfly_management_http_port_numb:[7,8,10],wildfly_password:[7,8,10],wildfly_public_consol:[7,8,10],wildfly_server_ajp_port_numb:[7,8,10],wildfly_server_http_port_numb:[7,8,10],wildfly_server_interfac:[7,8,10],wildfly_usernam:[7,8,10],wildfly_wildfly_hom:[7,8,10],wildfly_wildfly_opt:[7,8,10],wish:4,with_sequ:4,within:[4,16],work:[4,7,8,9,10],workdir:[4,7,8,9,10],working_dir:4,workingdir:[3,4],writabl:2,write:[4,18,19],x27:[3,4,7,8,9,10,11,14,15,16,17,18,19,22,23],x86_64:3,xdg_runtime_dir:[4,11,12,13,16],xterm:[3,4],xvda:4,xvdc:4,yaml:1,yes:[4,5,6,8,12,13,15,16,18,19,20,23],you:[0,2,4,11,12,13,15,16],zoneinfo:4},titles:["containers.podman.buildah \u2013 Interact with an existing buildah container","Containers.Podman","containers.podman.podman \u2013 Interact with an existing podman container","containers.podman.podman_container_info \u2013 Gather facts about containers using podman","containers.podman.podman_container \u2013 Manage podman containers","containers.podman.podman_containers \u2013 Manage podman containers in a batch","containers.podman.podman_export \u2013 Export a podman container","containers.podman.podman_image_info \u2013 Gather info about images using podman","containers.podman.podman_image \u2013 Pull images for use by podman","containers.podman.podman_import \u2013 Import Podman container from a tar file.","containers.podman.podman_load \u2013 Load image from a tar file.","containers.podman.podman_login_info \u2013 Return the logged-in user if any for a given registry","containers.podman.podman_login \u2013 Login to a container registry using podman","containers.podman.podman_logout \u2013 Log out of a container registry using podman","containers.podman.podman_network_info \u2013 Gather info about podman networks","containers.podman.podman_network \u2013 Manage podman networks","containers.podman.podman_play \u2013 Play kubernetes YAML file using podman","containers.podman.podman_pod_info \u2013 Gather info about podman pods","containers.podman.podman_pod \u2013 Manage Podman pods","containers.podman.podman_save \u2013 Saves podman image to tar file","containers.podman.podman_secret \u2013 Manage podman secrets","containers.podman.podman_tag \u2013 Add an additional name to a local image","containers.podman.podman_volume_info \u2013 Gather info about podman volumes","containers.podman.podman_volume \u2013 Manage Podman volumes"],titleterms:{"export":6,"import":9,"return":[3,4,7,8,9,10,11,14,15,17,18,22,23],about:[3,7,14,17,22],add:21,addit:21,ani:11,author:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],batch:5,buildah:0,connect:1,contain:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],exampl:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],exist:[0,2],fact:3,file:[9,10,16,19],from:[9,10],gather:[3,7,14,17,22],given:11,imag:[7,8,10,19,21],index:1,info:[7,14,17,22],interact:[0,2],kubernet:16,load:10,local:21,log:[11,13],login:12,manag:[4,5,15,18,20,23],modul:1,name:21,network:[14,15],note:[3,7],out:13,paramet:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],plai:16,plugin:1,pod:[17,18],podman:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],podman_contain:[4,5],podman_container_info:3,podman_export:6,podman_imag:8,podman_image_info:7,podman_import:9,podman_load:10,podman_login:12,podman_login_info:11,podman_logout:13,podman_network:15,podman_network_info:14,podman_plai:16,podman_pod:18,podman_pod_info:17,podman_sav:19,podman_secret:20,podman_tag:21,podman_volum:23,podman_volume_info:22,pull:8,registri:[11,12,13],requir:[3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],save:19,secret:20,synopsi:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],tar:[9,10,19],use:8,user:11,using:[3,7,12,13,16],valu:[3,4,7,8,9,10,11,14,15,17,18,22,23],volum:[22,23],yaml:16}}) \ No newline at end of file +Search.setIndex({docnames:["buildah_connection","index","podman_connection","podman_container_info_module","podman_container_module","podman_containers_module","podman_export_module","podman_image_info_module","podman_image_module","podman_import_module","podman_load_module","podman_login_info_module","podman_login_module","podman_logout_module","podman_network_info_module","podman_network_module","podman_play_module","podman_pod_info_module","podman_pod_module","podman_save_module","podman_secret_module","podman_tag_module","podman_volume_info_module","podman_volume_module"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["buildah_connection.rst","index.rst","podman_connection.rst","podman_container_info_module.rst","podman_container_module.rst","podman_containers_module.rst","podman_export_module.rst","podman_image_info_module.rst","podman_image_module.rst","podman_import_module.rst","podman_load_module.rst","podman_login_info_module.rst","podman_login_module.rst","podman_logout_module.rst","podman_network_info_module.rst","podman_network_module.rst","podman_play_module.rst","podman_pod_info_module.rst","podman_pod_module.rst","podman_save_module.rst","podman_secret_module.rst","podman_tag_module.rst","podman_volume_info_module.rst","podman_volume_module.rst"],objects:{},objnames:{},objtypes:{},terms:{"000":18,"0001":3,"00z":3,"01t00":3,"01t12":3,"022778765z":8,"05t16":23,"07t04":9,"091":9,"09t22":8,"0e267acda67d0ebd643e900d820a91b961d859743039e620191ca1":3,"100":4,"1000":4,"1001":8,"100m":4,"1048576":3,"10k":4,"10mb":4,"10t05":8,"120":4,"127":[4,18],"128":[4,15],"13t20":17,"142c1beadf1bb09fbd929465ec98c9dca3256638220450efb4214727d0d0680":8,"14t15":18,"152479729":4,"157518963":4,"168":15,"1777":4,"17t19":4,"192":15,"1dbde2dd497ddde2b467727125b900958a051a72561e58d29abe3d660dcaa9a7":[7,10],"1m22":4,"1mb":[4,18],"2018":[7,10],"2019":[3,4,8],"20190801":3,"20190919":3,"2020":[17,18,23],"2021":9,"230818767":18,"233106443z":3,"25t04":[7,10],"27578615c5ae352af4e8449862d61aaf5c11b105a7d5905af55bd01b0c656d6":[7,10],"277628769":23,"2m3":4,"30s":4,"310a82ccb092cd650215ab375da8943d235a263af9a029b8ac26a281446c04db":[7,10],"3300":4,"3310":4,"36cb91cf4513543a8f0953fed785747ea18b675bc2677f3839889cfca0aac79":[7,10],"4083":4,"4444":18,"466180019":8,"4aad9d80f30c3f0608f58173558b7554d84dee4dc4479672926eca29f75e6e33":[7,10],"515":18,"537cf0045ed9cd7989f7944e7393019c81b16c1799a2198d8348cd182665397f":[7,10],"553887623z":8,"5555":18,"566542742840fe3034b3596f7cb9e62a6274c95a69f368f9e713746f8712c0b6":[7,10],"569919342":[7,10],"572282186":17,"5882449":9,"595e85a6b1b4779ea4daaec70b588dff0527a9b7":[7,8,10],"59e9a6db8f178f3da868614564faabb2820cdfb69be32e63a4405d6f7772f68c":[7,10],"5a8ab28e314c2222de3feaf6dac94a0436a37fc08979d2722c99d2bef2619a9b":8,"5c7d8e2dd66dcf4a152a4032a1d3c5a33458c67e1c1335edd8d18d738892356b":[7,10],"6379":4,"64m":4,"65536000":3,"659377677z":8,"67129bd46022122a7d8b7acb490092af6c7ce244ce4fbd7d9e2d2b7f5979e090":[7,10],"6751fc9b6868254870c062d75a511543fc8cfda2ce6262f4945f107449219632":[7,10],"682":17,"6a567ecbf97725501a634fcb486271999aa4591b633b4ae9932a46b40f5aaf47":[7,10],"7111":17,"720d9edf0cd2a9bb56b88b80be9070dbfaad359514c70094c65066963fed485d":[7,10],"72bb96d6c53ad57a0b1e44cab226a6251598accbead40b23fac89c19ad8c25ca":[7,10],"749977105":9,"75391df2c87e076b0c2f72d20c95c57dc8be7ee684cc07273416cce622b43367":[7,10],"7777":17,"787448k":4,"7c51242c4c5db5c74afda76d7fdbeab6965d8b21804bb3fc597dee09c770b0ca":[7,10],"7dd303f041039bfe8f0833092673ac35f93137d10e0fbc4302021ea65ad57731":[7,10],"8009":[7,8,10],"8080":[4,7,8,10],"8081":4,"86336555z":8,"8730c75be86a718929a658db4663d487e562d66762":9,"873858307":4,"9000":4,"9001":4,"934395523z":[7,10],"9990":[7,8,10],"9aa10191f5bddb59e28508e721fdeb43505e5b395845fa99723ed787878dbfea":8,"boolean":[4,5,6,8,12,13,15,16,18,19,20,23],"byte":[4,18],"case":[4,13],"default":[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],"export":[1,4,11,12,13,16],"function":8,"import":1,"new":[4,5,8,11,14,15,16,17,18,20,23],"null":4,"return":[1,5],"static":[4,18],"super":20,"true":[4,7,8,10,11,12,14,15,16,17,18,19,20],"var":[0,2,3,4,7,8,10,16],DNS:[4,18],Dns:3,For:[4,23],NOT:20,Not:[4,11],TLS:[8,12,16],The:[0,2,3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],These:1,UTS:4,Use:[4,12,16,18,20],Used:4,Using:18,_data:[22,23],a27034d79081347421dd24d7e9e776c18271cd9a6e51053cb39af4d3d9c400e8:[7,10],a5a5c6cdf8c72272fc5c33f787e8d7501e2fa0c1e92b2b602860defdafeeec58:18,a9dbf5616cc16919a8ac0dfc60aff87a72b5be52994c4649fcc91a089a12931f:[7,10],abnorm:[4,18],abort:[4,18],about:1,abov:[4,16],absent:[4,8,15,16,18,20,23],absolut:[4,18],accept:4,access:[0,2,4,15],account:4,ace34da54e4af2145e1ad277005adb235a214e4dfe1114c2db9ab460b840f785:8,acm:8,ad46737bf:17,add:[1,4,8,9,15,18,23],add_host:[4,18],added:4,addit:[1,4,5,15,18,19,23],address:[4,18],advanc:8,after:[8,16],ainer:4,alia:[4,18],aliaksandr:20,alias:[4,8,10,18,19],all:[3,4,7,13,14,16,17,18,22],alloc:[4,15],allow:[4,18,19],alpin:[5,20],alreadi:[4,8,16,18,20],also:[4,8,11,12,13,16],alter:4,alwai:[3,4,7,8,9,10,11,14,15,17,18,22,23],amd64:[7,8,9,10],amenzhinski:20,amount:4,ani:[1,4,8,13],annot:[3,4,7,8,9,10],anoth:4,anotherappimag:4,ansibl:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],ansible_host:[0,2],ansible_podman_execut:2,ansible_podman_extra_arg:2,ansible_remote_tmp:2,ansible_remote_us:[0,2],ansible_us:[0,2],app:[7,8,10],apparmorprofil:[3,4],appendonli:4,applic:[7,8,9,10],arbitrari:4,architectur:[7,8,9,10],archiv:[8,10,19],area:4,arg:[3,4,8],argument:[2,4,8],assert:4,assign:18,associ:18,assum:4,attach:4,attachstderr:[3,4],attachstdin:[3,4],attachstdout:[3,4],attempt:8,auth:[4,8,11,12,13,16],auth_fil:8,authent:[4,8,11,12,13,16],authfil:[4,8,11,12,13,16],auto_remov:4,automat:4,autoremov:3,avail:[4,11,16],awar:4,b42f6819007f00f88e364fd4036a9c25bf357dd4:[7,8,10],backend:[3,14,15],balanc:[4,8],base:[3,4,15],bash:9,basic:8,batch:1,bcacbdf7a119c0fa934661ca8af839e625ce6540d9ceb6827cdd389f823d49e0:[7,10],becom:15,befor:4,behavior:4,being:4,below:[3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],between:[4,18],bin:[3,4,7,8,9,10],binari:[3,4],bind:[3,4,18],bitnami:[4,7,8,10],bitnami_app_nam:[7,8,10],bitnami_image_vers:[7,8,10],bitnami_pkg_chmod:8,bitnami_pkg_extra_dir:8,blkio_weight:4,blkio_weight_devic:4,blkiodevicereadbp:3,blkiodevicereadiop:3,blkiodevicewritebp:3,blkiodevicewriteiop:3,blkioweight:3,blkioweightdevic:3,block:4,boolean_kei:4,bootstrap:4,boundingcap:[3,4],bourqu:21,bps:[4,18],bridg:[3,4,14,15,18],bug:8,build:[3,8],build_arg:8,buildah:1,buildarg:8,built:[8,18],builtin:4,busybox:4,bzip:9,c282:4,c5c39e813703:3,c5c39f9b80a6ea2ad665aa9946435934e478a0c5322da835f3883872f:3,c782:4,c785:3,c78:3,c866:3,c9e813703f9b80a6ea2ad665aa9946435934e478a0c5322da835f3883872f:3,ca_cert_dir:8,cach:[8,13],call:16,can:[4,5,11,12,13,15,16,18,23],cannot:[4,13],cap_add:4,cap_audit_writ:3,cap_chown:[3,4],cap_dac_overrid:3,cap_drop:4,cap_fown:3,cap_fsetid:3,cap_kil:3,cap_mknod:3,cap_net_bind_servic:3,cap_net_raw:3,cap_setfcap:3,cap_setgid:3,cap_setpcap:3,cap_setuid:3,cap_sys_chroot:3,capabl:[4,14,15],capadd:3,capdrop:3,cat:20,cbc6d73c4d232db6e8441df96af81855f62c74157b5db80a1d5:9,cento:3,cert:[12,16],cert_dir:16,certdir:12,certif:[8,12,16],cgroup:[3,4,18],cgroup_par:[4,18],cgroupn:4,cgrouppar:[3,17,18],cgrouppath:[17,18],chang:[4,9,13,23],charact:4,check:[8,13,16],child:3,choic:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],choos:18,chosen:4,christian:21,cidfil:4,cidr:15,cleanup:3,clelang:[11,13],clemen:[11,13],client:16,cmd:[3,4,7,8,9,10],cmd_arg:4,cni:[4,14,15,16,18],cnivers:[14,15],code:4,collect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],com:[7,8,10,23],combin:18,comma:18,command:[0,2,4,5,11,12,13,14,15,17,18,20,22],comment:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],commit:9,commit_messag:9,common:[3,4,7,8,9,10,11,14,15,17,18,22,23],compar:4,compat:4,complet:4,compress:[8,19],comput:18,conf:[4,12,13,16,18],config:[3,4,9,13,16,17,18],configmap:16,configur:[0,2,3,4,16,17,18],conflict:[4,18],conmon:[4,18],conmon_pidfil:4,conmonpidfil:4,connect:[4,12,15,16,18],consid:[4,18],consoles:3,consum:4,contact:[12,16],container_file_t:4,container_prefix:[4,18],container_t:4,containerconfig:[7,8,10],containeridfil:3,containerport:[4,17],containertyp:[3,4],content:20,continuumio:21,control:8,cool:8,coordin:18,correspond:13,count:4,cpu:[4,18],cpu_period:4,cpu_rt_period:4,cpu_rt_runtim:4,cpu_shar:4,cpucount:3,cpuperc:3,cpuperiod:3,cpuquota:3,cpurealtimeperiod:3,cpurealtimeruntim:3,cpuset_cpu:[4,18],cpuset_mem:4,cpusetcpu:3,cpusetmem:3,cpushar:3,creat:[3,4,7,8,9,10,12,13,15,16,17,18,19,20],created_bi:[8,9],createdat:23,creation:[4,18],credenti:[8,13],cri:[3,4],crt:[12,16],ctrl:4,current:[4,15,20],custom:[4,18],d9cb6dbb0:17,daemon:8,dash:[4,18],data:[4,5,7,8,9,10,18,20],date:3,dc70a947c7ae15198ec38b3c817587584085dee3919cbeb9969e3ab77ba10fd2:18,dead:[3,4],debian:[7,8,10],debug:[4,5,15,16,18,20,23],defin:4,deleg:18,delet:[8,13,16],delimit:[4,18],depend:[3,4],deploy:[7,8,10],describ:[16,18],descript:[3,4,7,8,9,10,11,14,15,17,18,22,23],dest:[6,8,19],destin:[4,8,19],detach:[4,20],detach_kei:4,detail:4,determin:4,dev:[3,4,18,23],devic:[3,4,15,18,23],device_nam:4,device_read_bp:[4,18],device_read_iop:4,device_write_bp:4,device_write_iop:4,dict:4,dictionari:[3,4,5,7,8,9,10,11,15,18,20,23],diff:[7,8,9,10],differ:18,digest:[7,8,9,10],dir:[4,8,19],directli:4,directori:[4,8,12,16,18,19],disabl:[4,15,18],disable_dn:15,discard:8,diskquota:3,distribut:[7,8,10],dns:[4,15,18],dns_opt:[4,18],dns_option:4,dns_search:[4,18],dns_search_domain:4,dns_server:4,dnsoption:3,dnssearch:3,doc:1,docker:[3,4,7,8,10,11,13,16,19,20,21],document:[3,4,7,8,9,10,11,14,15,17,18,22,23],doe:[4,6,8,9,10,18,19,21,23],doesn:[4,18],domain:[4,18],domainnam:[3,4],don:4,doran:[7,8],doubl:4,driver:[3,4,15,16,20,22,23],driver_opt:20,drop:4,dst:[14,15],dual:15,due:23,dumb:3,dure:8,dwildfli:[7,8,10],each:4,edu:[7,10],effect:4,effectivecap:[3,4],either:[10,19],element:[3,4,5,7,8,9,14,15,16,17,18,21,22,23],elev:[3,7],emilien:3,emilienm:3,empti:[4,18],empty_lay:8,enabl:[4,15,16,18],endpointid:3,entir:4,entri:[0,2],entrypoint:[3,4,7,8,10],env:[0,2,3,4,7,8,10],env_fil:4,env_host:4,environ:[4,11,12,13,16,18],equal:4,error:[3,4,16],etc:[4,8,12,16,18],etc_host:4,ethernet:4,even:[4,6,8,15,19,23],event:3,execid:[3,4],execut:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],exist:[1,4,6,8,13,15,16,18,19,20,23],exit:[2,4],exitcod:[3,4],exitcommand:[3,4],expect:[4,18],explicitli:[12,13,16],explod:4,expos:4,exposed_port:4,exposedport:[7,8,10],express:4,ext4:23,extend:4,extern:15,extra:[2,8],extra_arg:8,extrahost:3,f97315dc58a9c002ba0cabccb9933d4b0d2113733d204188c88d72f75569b57b:[7,10],fact:[1,4,14,15,17,22],fail:[4,13],failingstreak:[3,4],failur:[4,18],fals:[3,4,7,8,10,12,13,15,16,18,20],fatal:[4,16],fetch:[0,2],field:[3,4,7,8,9,10,11,14,15,17,18,22,23],file:[0,1,2,3,4,6,8,11,12,13,18,20],filesystem:[4,6,9],finishedat:[3,4],firewal:[14,15],first:[4,12,13,18],flag:[4,12,13,18],follow:[3,4,7,8,9,10,11,14,15,17,18,22,23],forc:[4,6,8,18,19,20],force_restart:4,force_rm:8,foreground:[7,10],forget:4,format:[4,8,15,18,19],forward:4,found:[4,13,16],from:[1,3,4,7,8,12,13,14,15,16,17,18,22],ftp_proxi:4,full:4,galaxi:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],gatewai:[3,14,15],gather:1,gcr:18,gener:[4,10,18],generate_systemd:[4,18],gid:[4,18,23],gidmap:[4,18],gigabyt:4,give:4,given:[1,3,4,7,18],globalipv6address:3,globalipv6prefixlen:3,gmt:4,gosu_gpg_kei:[7,8,10],gosu_vers:[7,8,10],gpg_key_servers_list:[7,8,10],gplv2:3,graphdriv:[3,4,7,8,9,10],greater:4,group:[4,5],group_add:4,groupadd:3,groupnam:4,hairpinmod:3,handl:4,haproxi:3,hard:3,have:4,header:[4,18],healthcheck:[3,4],healthcheck_interv:4,healthcheck_retri:4,healthcheck_start_period:4,healthcheck_timeout:4,help:[4,5,15,18,23],here:[1,3,4,7,8,9,10,11,14,15,17,18,22,23],hiatt:12,hide:16,histori:[8,9],hit:4,hkp:[7,10],home:[7,8,9,10,13,16,22,23],host:[1,3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],hostconfig:[3,4],hostip:17,hostnam:[3,4,17,18],hostnamepath:[3,4],hostport:[4,17],hostspath:[3,4],how:4,howev:13,http:[8,12,16],http_proxi:4,https_proxi:4,hub:11,idempot:[4,8,23],ignor:[4,8,13],ignore_docker_credenti:13,imag:[1,3,4,5,9,16,18,20],image_o:[7,8,10],image_strict:4,image_volum:4,imagenam:[3,4],includ:[4,10,18],indefinit:4,indic:18,info:[1,4,8,9,10,16],inform:[4,5,15,18,23],infra:18,infra_command:18,infra_conmon_pidfil:18,infra_imag:18,infra_nam:18,infraconfig:[17,18],infracontainerid:[17,18],infraportbind:[17,18],ini:[0,2],init:[3,4,18],init_path:4,initi:4,input:10,insecur:[12,16],insid:[0,2,4],inspect:[4,8,14,17,18,22,23],instal:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],instead:[4,18,19],integ:[4,15,18],interact:[1,4],interfac:[4,15],intermedi:8,intern:15,interpret:19,interv:4,inventory_hostnam:[0,2],investig:[4,5,15,18,23],iomaximumbandwidth:3,iomaximumiop:3,iop:4,ip_rang:15,ipaddress:3,ipam:[14,15],ipc:[4,18],ipc_mod:4,ipcmod:3,ipmasq:[14,15],ipprefixlen:3,iptabl:[14,15],ipv4:15,ipv6:15,ipv6gatewai:3,isgatewai:[14,15],isinfra:[3,4],isol:3,item:[4,8],jason:12,java:[7,8,10],join:[4,16,18],journald:[3,4],json:[4,8,9,11,12,13,16],jthiatt:12,k8s:[3,4,18],keep:4,kei:[3,4,7,8,9,10,11,12,14,15,16,17,18,20,22,23],kept:13,kernel:[4,18],kernel_memori:4,kernelmemori:3,key2:23,keyserv:[7,8,10],kill:[4,18],killer:4,kilobyt:4,kolla_base_arch:3,kolla_base_distro:3,kolla_distro_python_vers:3,kolla_install_metatyp:3,kolla_install_typ:3,kolla_start:3,kolla_vers:3,kube:16,kube_fil:16,kubelet:16,kubernet:[1,3,4],label:[3,4,7,8,9,10,17,18,22,23],label_fil:[4,18],lang:[11,13],larger:4,larr:[4,5,6,8,15,18,19,20,23],later:4,latest:[3,4,7,8,10],launch:4,layer:[7,8,9,10,19],leav:[4,16],level:[3,4,16],lib:[3,7,8,10,16],libpod:3,libpod_par:[17,18],librari:4,licens:3,lightweight:18,like:4,limit:[4,18],line:[2,4,18],link:3,linklocalipv6address:3,linklocalipv6prefixlen:3,linux:[7,8,9,10],list:[1,3,4,5,7,8,9,12,14,15,16,17,18,21,22,23],load:[1,4,8,9],local:[1,3,4,6,7,8,10,14,15,19,22,23],localhost:18,lockid:[17,18],log:[1,3,4,16],log_driv:[4,16],log_level:[4,16],log_opt:4,logconfig:3,logged_in:11,login:[1,11,13,16],logout:13,logpath:4,loop1:23,loop:8,love:[7,8,10],lowerdir:[7,8,10],mac:[4,18],mac_address:[4,18],macaddress:3,macchi:3,machin:[3,4,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,22,23],macvlan:15,mai:[3,4,7,8],maintain:[7,8,10],make:4,makeinfracontain:[17,18],manag:[1,3],manifest:[7,8,9,10,19],manifesttyp:[7,8,9,10],map:[4,18],match:4,max:4,max_retri:4,max_siz:4,maximum:4,maximumretrycount:3,mean:[4,18],megabyt:4,mem:4,memori:[3,4],memory_reserv:4,memory_swap:4,memory_swappi:4,memoryreserv:3,memoryswap:3,memoryswappi:3,merg:[7,8,10],mergeddir:[7,8,10],messag:[4,9,16],meta:[4,18],metadata:[4,18,23],mianzhynski:20,microsecond:4,miniconda3:21,miniconda:21,mit:[7,10],mknod:18,mode:[4,18],modul:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],more:[4,8,18,19,21],mount:[3,4,8,18],mountlabel:[3,4],mountpoint:[22,23],move:4,msg:20,mtu:15,multi_image_arch:19,multipl:[4,8,16,18],must:[2,4,15,18],myapplic:4,mycontain:4,mydata:4,myredi:4,mysecret:20,myservic:4,name:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,22,23],nameshistori:9,namespac:[3,4,18],nami:[7,8,10],nami_prefix:8,nami_vers:[7,8,10],nanocpu:3,nbsp:[4,5,6,8,15,18,19,20,23],necessari:[4,8,18],need:[3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],net:[4,7,8,10,18],network:[1,4,16,18],network_alia:18,network_alias:[4,18],network_mod:4,networkmod:3,networkset:[3,4],newpod:18,nginx:[5,7,8],no_head:[4,18],no_host:[4,18],no_proxi:4,node:4,non:4,none:[0,2,3,4,9,18],nop:[8,9],note:[4,16],numa:4,number:[4,18],object_r:[3,4],ocafebab:21,oci:[3,8,9,10,19],ociruntim:3,ocivers:[3,4],ohno:4,omit:4,onbuild:3,onc:5,ondemand:[7,8,10],one:[4,8,16,18,19,21],onli:[4,8,13,16,18,19],oom:4,oom_kill_dis:4,oom_score_adj:4,oomkil:[3,4],oomkilldis:3,oomscoreadj:3,open:4,openstdin:[3,4],opt:[4,7,8,10,15],option:[4,8,13,15,16,18,20,22,23],order:[3,7],org:[3,23],ostre:8,other:[4,13],out:1,output:[4,16,20],overlai:[3,4,7,8,9,10],overrid:[4,11,12,13,16,18,20],overridden:[12,13],overwrit:4,p4ssw0rd:12,p80:[7,10],pair:[8,9],panic:[4,16],param:4,parent:[4,7,8,9,10],pars:18,part:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],pass:[2,4,8,15,16,18],password:[8,12,16],path:[2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],paus:[3,4,18],per:[4,18],period:4,permiss:[4,18],pgp:[7,10],pid:[3,4,18],pid_mod:4,pidmod:3,pids_limit:4,pidslimit:3,plai:1,playbook:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],plu:4,plugin:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],pod1:[17,18],pod1host:17,pod2:18,pod:[1,3,4,16,23],pod_id_fil:18,pod_prefix:[4,18],podman0:[14,15],podman_contain:[1,20],podman_container_info:1,podman_execut:2,podman_export:1,podman_extra_arg:2,podman_imag:1,podman_image_info:1,podman_import:1,podman_intern:15,podman_load:1,podman_login:1,podman_login_info:1,podman_logout:1,podman_network:1,podman_network_info:1,podman_plai:1,podman_pod:1,podman_pod_info:1,podman_sav:1,podman_secret:1,podman_tag:1,podman_usern:[4,18],podman_volum:1,podman_volume_info:1,polici:[4,18],pool:[4,7,8,10],port:[3,4,18],portbind:3,portmap:[14,15],posix:4,power:18,pre:8,prefer:4,prefix:[4,18],present:[4,8,14,15,17,18,20,22,23],prettyjw:[7,8,10],privat:[4,18],privileg:[3,4,7],process:[4,18],processlabel:[3,4],profil:16,properli:[3,7],protocol:17,provid:[4,16,18],proxi:[4,8],pseudo:4,publish:[3,4,18],publish_al:4,publishallport:3,published_port:4,pull:[1,4,16],push:[8,19],push_arg:8,put:[0,2],python:5,quai:[4,7,8,10,11,12,13],quiet:16,quot:[4,15,16,18],r12:[7,10],r27:8,random:[4,18],randomli:4,rang:[4,14,15,18],rate:[4,18],raw:4,rdo:3,read:[4,16,18],read_onli:4,read_only_tmpf:4,readonlyrootf:3,real:4,reap:4,reason:4,recreat:[4,15,16,18,20,23],redi:[3,4,7,8],redirect:4,refer:[4,18],regardless:4,regist:[4,20],registri:[1,4,8,16],registry_auth_fil:[4,11,12,13,16],rel:[4,18],releas:4,remain:20,remot:[4,8,11,16],remote_addr:[0,2],remote_us:[0,2],remov:[4,8,13,20],remove_signatur:8,repodigest:[7,8,9,10],repositori:4,repotag:[7,8,9,10],repres:4,request:4,requir:[7,8],resolv:18,resolvconfpath:[3,4],restart:[3,4,18],restart_polici:[4,18],restartcount:[3,4],restartpolici:3,restrict:[4,15],result:[4,8,18,23],retri:4,reus:4,rlimit_nofil:3,rlimit_nproc:3,root:[3,4,9],rootf:[3,4,7,8,9,10],rootless:4,rout:[14,15],run:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],runc:3,runroot:3,runtim:[3,4],rwm:4,rwx:8,sagi:[3,4,5,6,9,10,14,15,16,17,18,19,22,23],sam:[7,8],samdoran:[7,8],same:[19,20],sampl:[3,4,7,8,9,10,11,14,15,17,18,22,23],sandbox:[3,4],sandboxid:3,sandboxkei:3,save:[1,6,9,10],sbin:[3,4,7,8,10],schema:3,scope:[4,18,22,23],sda:[4,18],sdc:4,search:[4,12,13,18],seccomp:[4,16],seccomp_profile_root:16,second:[4,18],secondaryipaddress:3,secondaryipv6address:3,secret:[1,4],secret_kei:4,secur:4,security_opt:4,securityopt:3,see:[4,9,19],sent:4,separ:[4,8,18],sequenc:4,server:[4,11,12,13,18],servic:[4,18],set:[2,4,8,9,11,12,13,16,18,20,23],setup:4,sever:[3,7,18],sha256:[7,8,9,10],share:[4,18,22,23],sharescgroup:[17,18],sharesipc:[17,18],sharesnet:[17,18],sharesut:[17,18],shm:4,shm_size:4,shmsize:3,shnaidman:[3,4,5,6,9,10,14,15,16,17,18,19,22,23],should:[4,8,16,18],showmysecret:20,sig_proxi:4,sigchld:4,sigkil:4,sign:8,sign_bi:8,signal:4,signatur:8,sigstop:4,sigterm:4,sinc:[4,13],singl:[3,4],size:[4,7,8,9,10,15],skip_exist:20,sks:[7,8,10],sleep:[4,5],slirp4netn:4,soft:[3,4],someus:4,sourc:[4,8,16,19],special:18,special_pod:17,specif:[3,4,7,8,14,17,18,20,22,23],specifi:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],specific_volum:22,src:9,sshnaidm:[3,4,5,6,9,10,14,15,16,17,18,19,22,23],ssssh:4,stack:[4,15],start:[4,7,10,16,18],startedat:[3,4],state:[3,4,8,15,16,17,18,20,23],staticdir:4,statu:[3,4,17,18],stdin:4,stdinonc:[3,4],stdout:20,stop:[4,18],stop_sign:4,stop_timeout:4,stopsign:[3,4],storag:[3,7,8,10,23],store:[10,13,21],string:[0,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],structur:16,subgid:[4,18],subgidnam:[4,18],subnet:[14,15],subuid:[4,18],subuidnam:[4,18],success:[4,8,18],suppli:[4,18],support:[4,15,18,19,23],svirt_lxc_net_t:3,svirt_sandbox_file_t:3,swap:4,swappi:4,sysctl:4,system:4,system_r:[3,4],system_u:[3,4],systemd:[3,4,18],sysv:4,tag:[4,7,8,15,19,21],take:4,taken:4,tar:[1,6],tarbal:[6,8,9,19],target:[12,16],target_nam:21,task:4,tcp:[7,8,10,17],tell:4,term:[3,4],test:[5,23],testvolum:22,tgz:9,than:[4,18,19],thei:[4,13,18],them:[4,18],thi:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],those:4,three:5,thu:4,time:[4,16,18],timeout:[4,18],timer:4,timestamp:[4,18],timezon:4,tini_gpg_kei:[7,8,10],tini_vers:[7,8,10],tls_verifi:[8,16],tlsverifi:[8,12],tmp:4,tmpdir:3,tmpf:[3,4,23],togeth:13,toma:[0,2],tomastomecek:[0,2],tomecek:[0,2],tool:[0,2,13],total:18,tpmf:23,transport:[8,19],tripleomast:3,tty:[3,4],tune:4,txz:9,type:[3,4,7,8,9,10,14,15,18,19,23],ubuntu:[4,7,10],udp:4,uid:[2,4,7,18,23],uidmap:[4,18],ulimit:[3,4],uncompress:19,unconfin:4,under:[4,12,13,18],unencrypt:20,unhealthi:4,uniqu:[3,4,7,8,9,10,11,14,15,17,18,22,23],unit:[4,18],unless:[12,13,16],unlik:18,unlimit:4,unpaus:18,unsuccess:8,until:4,updat:[4,15],upper:4,upperdir:[7,8,9,10],url:8,usag:4,use:[0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],used:[0,2,4,8,10,12,13,15,16,18],user:[0,1,2,3,4,7,8,9,10,12,13,18,23],usern:[4,18],usernam:[4,8,11,12,16],userns_mod:4,usernsmod:3,uses:[4,13,20],using:[0,1,2,4,8,18,19],usr:[3,4,7,8,10],uts:[4,18],utsmod:3,v2s1:8,v2s2:[8,19],valid:[4,8],validate_cert:8,valu:[16,20],value2:23,variabl:[4,11,12,13,16,18],vault_registry_password:8,vendor:3,verif:[12,16],verifi:[12,16],version:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],via:[0,2,4,18],virtuals:[7,8,9,10],vlan:15,vlan_filt:15,vnd:[7,8,9,10],volum:[1,3,4,8,18],volume1:23,volumedriv:3,volumes_from:4,volumesfrom:3,wai:18,want:[0,2,4],warn:[4,13,16],watchdog:[4,18],web1:3,web:5,weight:4,well:4,were:4,what:[6,9,10,18,19,21,23],when:[4,8,12,16,18,19,20],where:[4,8,18],whether:[4,8,20],which:[0,2,4,5,15,16,18,20,23],wildfli:[4,7,8,10],wildfly_hom:8,wildfly_java_hom:[7,8,10],wildfly_java_opt:[7,8,10],wildfly_management_http_port_numb:[7,8,10],wildfly_password:[7,8,10],wildfly_public_consol:[7,8,10],wildfly_server_ajp_port_numb:[7,8,10],wildfly_server_http_port_numb:[7,8,10],wildfly_server_interfac:[7,8,10],wildfly_usernam:[7,8,10],wildfly_wildfly_hom:[7,8,10],wildfly_wildfly_opt:[7,8,10],wish:4,with_sequ:4,within:[4,16],work:[4,7,8,9,10,18],workdir:[4,7,8,9,10],working_dir:4,workingdir:[3,4],writabl:2,write:[4,18,19],x27:[3,4,7,8,9,10,11,14,15,16,17,18,19,22,23],x86_64:3,xdg_runtime_dir:[4,11,12,13,16],xterm:[3,4],xvda:4,xvdc:4,yaml:1,yes:[4,5,6,8,12,13,15,16,18,19,20,23],you:[0,2,4,11,12,13,15,16],zoneinfo:4},titles:["containers.podman.buildah \u2013 Interact with an existing buildah container","Containers.Podman","containers.podman.podman \u2013 Interact with an existing podman container","containers.podman.podman_container_info \u2013 Gather facts about containers using podman","containers.podman.podman_container \u2013 Manage podman containers","containers.podman.podman_containers \u2013 Manage podman containers in a batch","containers.podman.podman_export \u2013 Export a podman container","containers.podman.podman_image_info \u2013 Gather info about images using podman","containers.podman.podman_image \u2013 Pull images for use by podman","containers.podman.podman_import \u2013 Import Podman container from a tar file.","containers.podman.podman_load \u2013 Load image from a tar file.","containers.podman.podman_login_info \u2013 Return the logged-in user if any for a given registry","containers.podman.podman_login \u2013 Login to a container registry using podman","containers.podman.podman_logout \u2013 Log out of a container registry using podman","containers.podman.podman_network_info \u2013 Gather info about podman networks","containers.podman.podman_network \u2013 Manage podman networks","containers.podman.podman_play \u2013 Play kubernetes YAML file using podman","containers.podman.podman_pod_info \u2013 Gather info about podman pods","containers.podman.podman_pod \u2013 Manage Podman pods","containers.podman.podman_save \u2013 Saves podman image to tar file","containers.podman.podman_secret \u2013 Manage podman secrets","containers.podman.podman_tag \u2013 Add an additional name to a local image","containers.podman.podman_volume_info \u2013 Gather info about podman volumes","containers.podman.podman_volume \u2013 Manage Podman volumes"],titleterms:{"export":6,"import":9,"return":[3,4,7,8,9,10,11,14,15,17,18,22,23],about:[3,7,14,17,22],add:21,addit:21,ani:11,author:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],batch:5,buildah:0,connect:1,contain:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],exampl:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],exist:[0,2],fact:3,file:[9,10,16,19],from:[9,10],gather:[3,7,14,17,22],given:11,imag:[7,8,10,19,21],index:1,info:[7,14,17,22],interact:[0,2],kubernet:16,load:10,local:21,log:[11,13],login:12,manag:[4,5,15,18,20,23],modul:1,name:21,network:[14,15],note:[3,7],out:13,paramet:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],plai:16,plugin:1,pod:[17,18],podman:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],podman_contain:[4,5],podman_container_info:3,podman_export:6,podman_imag:8,podman_image_info:7,podman_import:9,podman_load:10,podman_login:12,podman_login_info:11,podman_logout:13,podman_network:15,podman_network_info:14,podman_plai:16,podman_pod:18,podman_pod_info:17,podman_sav:19,podman_secret:20,podman_tag:21,podman_volum:23,podman_volume_info:22,pull:8,registri:[11,12,13],requir:[3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],save:19,secret:20,synopsi:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],tar:[9,10,19],use:8,user:11,using:[3,7,12,13,16],valu:[3,4,7,8,9,10,11,14,15,17,18,22,23],volum:[22,23],yaml:16}}) \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index c7e3322..41215f7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.9.1 +version: 1.9.2 readme: README.md authors: - Sagi Shnaidman