CSRBot 5d42057a25
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
chore(deps): update docker.io/plugins/docker docker tag to v20.18.8
2025-04-02 20:22:03 +00:00
2020-03-13 13:52:47 +01:00
2020-06-06 19:09:02 +02:00
2020-06-06 19:09:02 +02:00
2025-04-01 20:46:16 +02:00
2023-10-25 14:24:50 +02:00
2025-03-30 20:35:55 +02:00

network-tools

Build Status Docker Pulls

This project contains all sources to build the container image docker.io/volkerraschek/network-tools. The primary goal of the image is only to contain some network tools to debug container based environments like docker or kubernetes.

Usage

Docker

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

docker run \
  --entrypoint /bin/sh \
  -it \
  --rm \
    docker.io/volkerraschek/network-tools:latest

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 -- sh
Description
Source files of the container image volkerraschek/network-tools
Readme 166 KiB
Languages
Makefile 95.3%
Dockerfile 4.7%