/ocp-tools

Primary LanguageDockerfileGNU General Public License v2.0GPL-2.0

OCP TOOLS

Description

This image was created with the objective of supporting the analysis of network problems in different environments, below is a list of tools that are contemplated in this image.

Packages

  • Bind-tools
  • cURL
  • iptraf-ng
  • iperf3
  • iotop
  • iftop
  • nload
  • mtr
  • jq
  • netcat-openbsd
  • net-tools
  • openssh-client
  • python3
  • sysstat
  • tcpdump
  • tshark
  • strace
  • inetutils-telnet
  • nmap
  • fio
  • nfs-utils
  • aws-cli
  • aws-cli-bash-completion
  • vim
  • oc-cli
  • kubectl

Usage

Image pull

   podman pull quay.io/laraujo/tools:ocp-tools-1.2

Run

   podman run -it --rm \
       --name ocp-tools \
       --net=host \
       --pid=host \
       --ipc=host \
       --cap-add=SYS_PTRACE \
       quay.io/laraujo/tools:ocp-tools-1.2

Example