Verify Directory Web Administration Tool
The Verify Directory Web Administration Tool image can be used to run an instance of the Verify Directory Web Administration Tool.
- Location
- The container image is hosted in an IBM Cloud Repository, and can be accessed at
icr.io/isvd/verify-directory-webadmin:<tag>. For example, to pull the most
recently released image in a Docker environment use the following
command.
docker pull icr.io/isvd/verify-directory-webadmin:latest
- Configuration
- The configuration of a Web Administration Tool container can either be supplied in a YAML configuration file, or can be specified by using environment variables. For more information about the format of the configuration, see Configuration Format topic. For the list of supported configuration entries, see YAML Specification.
- Environment Variables
- The following environment variables are used by the container.
Table 1. Environment Variables Name Description LANG Specifies the language in which log messages are to be displayed. The list of supported languages can be found in the Language Support topic. If the LANG environment variable is not set the container displays messages in English. YAML_CONFIG_FILE The full path name to the YAML configuration file that is to be used to configure the container. This configuration file must be available in the container file system, and must be accessible by the user that the container is running as. yaml-configuration-entry It is possible to set individual server configuration entries by using environment variables. The name of the environment variable must match a normalized version of a YAML configuration entry name. Further information can be found in the Environment Variables topic. - Persistence
- The Web Administration Tool container is stateless and does not store any persistent data.
- Service
- The container, by default, listens for incoming requests on port 9443. Use the
general.ports.https
andgeneral.ports.http
configuration entries to change the ports on which the container listens. - Licensing
-
The image is covered by an IBM software license. The license agreements can be viewed directly from the image by running the license <license-type> command. The available license types include:
- limited
- standard
- enterprise
docker run --rm icr.io/isvd/verify-directory-webadmin:latest license standard
- Image Tags
- The following image tags are supported by the image.
Table 2. Image Tags Tag Description latest The most recently released version. V.R.M.F. A particular release, of the format {version}.{release}.{modfication}.{fixpack}
. For example, 10.0.3.0.