You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.drone.yml | 3 weeks ago | |
.editorconfig | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.markdownlint.yaml | 12 months ago | |
Dockerfile | 4 weeks ago | |
LICENSE | 2 years ago | |
Makefile | 1 month ago | |
README.md | 12 months ago | |
docker-compose.yml | 12 months ago | |
manifest.tmpl | 10 months ago | |
network-tools.yml | 12 months ago | |
renovate.json | 7 months ago |
README.md
network-tools
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