Compare commits

..

1 Commits

View File

@ -2,9 +2,10 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/network-tools)](https://hub.docker.com/r/volkerraschek/network-tools) [![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/network-tools)](https://hub.docker.com/r/volkerraschek/network-tools)
This project contains all sources to build the container image `git.cryptic.systems/volker.raschek/network-tools`. The This project contains all sources to build the container image
primary goal of the image is only to contain some network tools to debug container based environments like docker or `docker.io/volkerraschek/network-tools`. The primary goal of the image is only
kubernetes. to contain some network tools to debug container based environments like docker
or kubernetes.
## Usage ## Usage
@ -17,12 +18,13 @@ docker run \
--entrypoint /bin/sh \ --entrypoint /bin/sh \
-it \ -it \
--rm \ --rm \
git.cryptic.systems/volker.raschek/network-tools:latest docker.io/volkerraschek/network-tools:latest
``` ```
### Kubernetes ### Kubernetes
For a kubernetes environment you can use the [YAML-File](network-tools.yaml) by executing the following command. For a kubernetes environment you can use the [YAML-File](network-tools.yaml) by
executing the following command.
```bash ```bash
kubectl create -f https://git.cryptic.systems/volker.raschek/network-tools/raw/branch/master/network-tools.yml kubectl create -f https://git.cryptic.systems/volker.raschek/network-tools/raw/branch/master/network-tools.yml