Source files of the container image volkerraschek/network-tools
Go to file
Markus Pesch a600c9e8f1
fix: drone ci - cron
2021-01-07 21:28:29 +01:00
.drone.yml fix: drone ci - cron 2021-01-07 21:28:29 +01:00
.editorconfig Initial Commit 2020-03-13 13:52:47 +01:00
.gitattributes fix: migrate to drone 2020-06-06 19:09:02 +02:00
.gitignore Initial Commit 2020-03-13 13:52:47 +01:00
Dockerfile Initial Commit 2020-03-13 13:52:47 +01:00
LICENSE fix: migrate to drone 2020-06-06 19:09:02 +02:00
Makefile fix: migrate to drone 2020-06-06 19:09:02 +02:00
README.md add: YAML file for kubernetes 2020-06-23 07:41:36 +02:00
network-tools.yml add: YAML file for kubernetes 2020-06-23 07:41:36 +02:00

README.md

network-tools

Build Status Docker Pulls

This project, hosted on git.cryptic.systems, contains only files to build the container image. The container image contains network tools to analyse or monitor network communication. This can be helpful in a containerized environment.

Usage

Docker

To use this image execute the following command in a docker environment.

$ docker run \
    --rm \
    volkerraschek/network-tools:latest \
      bash

Kubernetes

For a kubernetes environment you can use the YAML-File by executing the following command.

$ kubectl create -f https://git.cryptic.systems/volker.raschek/network-tools/network-tools.yml

Execute a shell inside the container by

kubectl exec -it network-tools -- sh