How to run iptraf-ng in RHOCP 4
Updated -
-
Build an image with iptraf-ng installed.
The
iptraf-ngpacket is present in the RHEL BaseOS repository so the followingContainerfilecan be used to build the image in a RHEL machine:FROM registry.access.redhat.com/ubi9/ubi:latest RUN dnf install -y iptraf-ng && dnf clean allThen, build the image and push it to...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.