Install a sensor in a Docker container
Docker is the approved software for a container installation on Nozomi Networks Operating System (N2OS). Do this procedure to run a Nozomi Networks sensor in a Docker environment.
Procedure
To run the image, enter a command such as:
docker run --hostname=nozomi-rc --name=nozomi-rc \
--volume=<path_to_data_folder>:/data --network=host \
-d nozomi-rc
Note:
<path_to_data_folder>
is the
path to a volume where the sensor's data will be stored, and saved for
future runs.The sensor will monitor all network interfaces available to the container. Use
the --network=host option to give the container full access to all network
interfaces of the host computer.