Source files of the container image volkerraschek/network-tools
Go to file
Markus Pesch a2dbf375f5
fix: use full qualified container image name
2021-03-28 16:24:11 +02:00
.drone.yml fix: add push docker readme 2021-01-09 13:25:03 +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 fix: delete image after build or push, use orgsecret 2021-01-08 17:44:00 +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: add push docker readme 2021-01-09 13:25:03 +01:00
README.md fix: capabilities 2021-03-28 16:24:11 +02:00
network-tools.yml fix: use full qualified container image name 2021-03-28 16:24:11 +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/raw/branch/master/network-tools.yml

Execute a shell inside the container by

kubectl exec -it network-tools -- bash