Was this helpful?
Sample Configuration File
The section name for the container must match the value of the programArtefact variable in the installation program.
For the iisuudf, iisuspark and iisutensorflow, it is a fatal error if the configuration file is not present.
For dockman, if the configuration file is not present we display a warning and keep going.
[global]
#disableSELinux = false
#dockman-exe = /usr/bin/docker
#provider = docker | podman
#podman-machine = podman-machine-default
 
# Section name must match the --artefact argument in the dockman command line
[udf]
image-name = actian/ingres12.1-udf-linux
default-version = 1.2.1
provider = udf
description = "Python/Javascript UDFs"
 
[spark]
image-name = actian/ingres12.1-spark-linux
default-version = 4.2.2
provider = spark-provider
description = "Spark Provider"
 
[tensorflow]
image-name = actian/ingres12.1-tensorflow-linux
default-version = 1.1.6
provider = tensorflow-microservice
description = "Tensorflow Microservice"
 
disableSELinux
This option is supported only by dockman.
The default is false unless the operating system is Windows and the provider is set to podman.
When this configuration parameter is true, the container creation will add the option label=disable to disable SE-Linux in the Podman VM, otherwise operations like chmod will fail in user mounts. This is strictly needed only if you Podman installation uses Hyper-V as the backend.
dockman-exe
This option is supported only by the dockman executable.
When set, dockman will call another executable/script with the same parameters it was called instead of doing the job itself.
This was created as a fail safe in case we need to use the native container FE tool. If the configuration file is not available or you want to override the configuration file you can set the environment variable DOCKMAN_EXE
provider
This option is supported only by dockman and iipodmanwd.
Is used to indicate what Container Runtime is being used, so that some special configuration or actions can be taken, namely convert Windows-Style paths to the equivalent mounted version in the Podman VM.
If you are using Podman under Windows, you need to set provider = podman, otherwise it is not needed.
podman-machine
If the Podman machine is not named podman-machine-default (default) you can override the value here.
image-name
The image name key is stamped in the configuration file at build time using the values of the X100 /conf/extras file. It contains the namespace/repository in Docker Hub.
default-version
The default version is the tag (using semantic version) and is stamped in the configuration file at build time using the values of the X100 /conf/extras file.
Last modified date: 01/28/2026