Fortinet black logo
7.4.0

Deploying on CentOS using the CLI

Deploying on CentOS using the CLI

Using the command line interface (CLI), you can deploy the FortiManager 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 FortiManager Docker on Ubuntu:
  1. Before beginning, review your Docker environment and version. See Reviewing your Docker environment

  2. Execute the Run command in the terminal using the following flags:

    docker run -dit --name fmg_OnCentOS --restart always --cap-add=ALL -v fmg_OnCentOS_var:/var -v fmg_OnCentOS_data:/data --network mcvl01 --ip 172.18.49.238 fortinet/fortimanager:7.4.0.2223


    For a breakdown of each part of the Run command used in this deployment, see Understanding Docker command options.

  3. FortiManager will be deployed in the Docker environment based on the options you have specified in the Run command.

Deploying on CentOS using the CLI

Using the command line interface (CLI), you can deploy the FortiManager 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 FortiManager Docker on Ubuntu:
  1. Before beginning, review your Docker environment and version. See Reviewing your Docker environment

  2. Execute the Run command in the terminal using the following flags:

    docker run -dit --name fmg_OnCentOS --restart always --cap-add=ALL -v fmg_OnCentOS_var:/var -v fmg_OnCentOS_data:/data --network mcvl01 --ip 172.18.49.238 fortinet/fortimanager:7.4.0.2223


    For a breakdown of each part of the Run command used in this deployment, see Understanding Docker command options.

  3. FortiManager will be deployed in the Docker environment based on the options you have specified in the Run command.