Removing installed software containers

To remove the installed software containers, you run the dockerDeployZoa.sh or podmanManageZoa.sh script with one of two command options. The clean option removes the runtime code and utilities, all configuration settings (including TLS certificates), and the Docker or Podman volumes. The remove option removes only the runtime code and utilities.

About this task

With either the clean or the remove option, all installed features are removed. You cannot remove one feature and leave another one installed. If you want to change from multiple installed features to only one feature, you must first remove all features. Then, reinstall the one feature that you want to use.

Procedure

Use one of the following options to remove the installed software containers.

Run the following commands, depending on the container tool (Docker or Podman) that is used.
Container tool that is used Instructions
Docker If you want to remove the runtime code and utilities, all configuration settings (including TLS certificates), and the Docker volumes, run the dockerDeployZoa.sh script with the clean option, for example:

cd ZOA_HOME
./bin/dockerDeployZoa.sh --clean
If you want to remove only the runtime code and utilities, run the dockerDeployZoa.sh script with the remove option, for example:

cd ZOA_HOME
./bin/dockerDeployZoa.sh --remove
Podman If you want to remove the runtime code and utilities, all configuration settings (including TLS certificates), and the Podman volumes, run the podmanManageZoa.sh script with the clean option, for example:

cd ZOA_HOME
./bin/podmanManageZoa.sh --clean
If you want to remove only the runtime code and utilities, run the podmanManageZoa.sh script with the remove option, for example:

cd ZOA_HOME
./bin/podmanManageZoa.sh --remove