Prerequisites to Deploy Firewall Threat Defense Container in Docker Environment
Following are the prerequisites to deploy Firewall Threat Defense container in a Docker environment:
-
Operating System: Ubuntu, Version - 20.04 LTS (minimum), 22.04 LTS (maximum)
-
Docker Version: 26.1.3 or later
-
Storage Requirements: Use high-performance storage (SSD/NVMe) for the Docker host.
Note: HDD-based storage is not supported, as slower disks may cause lina process failures during startup, particularly when using SR-IOV.
-
Network Configuration: Configure a Docker network with macvlan driver for container deployment.
-
Network Interfaces: Allocate at least three virtual interfaces on the Docker host for FTD container operations.
-
Host Management Access: Configure a management interface on the Docker host to allow SSH access.
-
Memory Configuration: Enable Hugepages on the Docker host. Allocate minimum of 2048 hugepages on the host.
For more information on general Docker operations mentioned in these prerequisites, refer to Docker documentation.
Feedback