Deploying on CentOS using the CLI
Using the command line interface (CLI), you can deploy the FortiAnalyzer Docker application as follows. Depending on varying designs and conditions, you have the flexibility to modify and adjust each option in the Docker Run command.
To deploy FortiAnalyzer Docker on Ubuntu:
-
Before beginning, review your Docker environment and version. See Reviewing your Docker environment
- Execute the Run command in the terminal using the following flags:
docker run -dit --name faz_OnCentOS --restart always --cap-add=ALL -v faz_OnCentOS_var:/var -v faz_OnCentOS_data:/data --network mcvl01 --ip 172.18.49.238 fortinet/fortianalyzer:7.4.0.2223
For a breakdown of each part of the Run command used in this deployment, see Understanding Docker command options.
-
FortiAnalyzer will be deployed in the Docker environment based on the options you have specified in the Run command.