Source files of the container image volkerraschek/network-tools
Go to file
Markus Pesch cd0df47655
fix: add push docker readme
2021-01-09 13:25:03 +01: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: delete image after build or push, use orgsecret 2021-01-08 17:44:00 +01: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