diff --git a/branch/main/current_container_facts_module.html b/branch/main/current_container_facts_module.html index 0bac7977..dcb16550 100644 --- a/branch/main/current_container_facts_module.html +++ b/branch/main/current_container_facts_module.html @@ -169,6 +169,7 @@
Return facts about whether the module runs in a Docker container.
This module attempts a best-effort detection. There might be special cases where it does not work; if you encounter one, please file an issue.
string
The detected container environment.
-Contains an empty string if no container was detected.
-Otherwise, will be one of docker, azure_pipelines, or github_actions.
Contains an empty string if no container was detected, or a non-empty string identifying the container environment.
github_actions is supported since community.docker 2.4.0.
podman is supported since community.docker 3.3.0.
Returned: always
Can only return:
"docker"
"azure_pipelines"
"github_actions"
"podman"