Source files of the container image volkerraschek/network-tools
Go to file
Markus Pesch dd01190751
fix: use podman instead of docker
2022-07-14 18:14:31 +02:00
.drone.yml fix(ci): resource limits 2022-05-22 13:10:08 +02:00
.editorconfig
.gitattributes
.gitignore
.markdownlint.yaml
Dockerfile
LICENSE
Makefile fix: use podman instead of docker 2022-07-14 18:14:31 +02:00
README.md
docker-compose.yml
manifest.tmpl
network-tools.yml
renovate.json

README.md

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 \
    --rm \
    volkerraschek/network-tools:latest \
      sh

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