Obtaining information about the software containers

To obtain detailed information about the software containers, complete this procedure.

Procedure

Run the following commands, depending on the container tool (Docker or Podman) that is being used.
Container tool that is used Instructions
Docker Run the dockerManageZoa.sh script with the inspect-images option, as shown in the following example:

cd ZOA_HOME
./bin/dockerManageZoa.sh inspect-images

The result is a report with code level information for each of the installed OCI images. If you need technical assistance, this report can be used by IBM® Software Support.

Because of the large size of the report, you might want to redirect the output to a file for further review. To do this, use the following command:
./bin/dockerManageZoa.sh inspect-images | tee zaa-container.report
Podman Run the podmanManageZoa.sh script, with the inspect-images option, as shown in the following example:

cd ZOA_HOME
./bin/podmanManageZoa.sh inspect-images