CLI in a Docker environment

In a Docker environment, a subset of the appliance CLI commands are available for us to manage the runtime aspects of the appliance.

The CLI can be accessed by invoking the "isva_cli" command in the container. For example, the command to access the CLI in a container with the name "isva_config" would be: "docker exec -it isva_config isva_cli".

The reload command

The reload global command is a new command used to reload the configuration for Docker containers. After making configuration changes, use this command to reload the latest configuration data and apply the changes to the running services.

The supported options include:

Parent topic: Docker support