Dockman Tools Environment Variables
The iisuudfc, iisuspark, iisutensorflow and dockman support the following environment variables.
DOCKER_HOST
DOCKER_HOST as specified by Docker is supported.
DOCKMAN_DISABLE_SELINUX
Overrides the option disableSELinux in the dockman configuration file.
DOCKMAN_EXE
Overrides the option dockman-exe in the dockman configuration file.
DOCKMAN_PROVIDER
Overrides the option provider in the dockman configuration file.
The variables CONTAINER_HOST and DOCKER_HOST are set in the environment script:
II_SYSTEM/ingres/.ingXXsh
where ‘XX’ is the installation ID.
If you reconfigure Podman after Ingres has been installed, you would need to edit this file .
Note: In Linux, when dockman looks for the container Runtime in the socket /var/run/docker.sock, if the container runtime is configured to listen to other socket, it must be correctly configured using the environment variable DOCKER_HOST. If the container runtime is Podman, then CONTAINER_HOST should be set to the same value as DOCKER_HOST to avoid inconsistencies in the reporting.
Last modified date: 01/28/2026