You've already forked network-tools
fix: migrate to drone
This commit is contained in:
21
README.md
21
README.md
@@ -1,8 +1,21 @@
|
||||
# network-tools
|
||||
|
||||
[](https://travis-ci.com/volker-raschek/network-tools)
|
||||
[](https://drone.cryptic.systems/volker.raschek/network-tools)
|
||||
[](https://hub.docker.com/r/volkerraschek/network-tools)
|
||||
|
||||
This repository contains only build files for a container image with
|
||||
network-tools. This can be helpful to analyse in a container environment network
|
||||
communication.
|
||||
This project, hosted on
|
||||
[git.cryptic.systems](https://git.cryptic.systems/volker.raschek/network-tools),
|
||||
contains only files to build to container image. The container image contains
|
||||
network tools to analyse or monitor network communication. This can be helpful
|
||||
in a containerized environment.
|
||||
|
||||
## Usage
|
||||
|
||||
To use this image execute the following command.
|
||||
|
||||
```bash
|
||||
$ docker run \
|
||||
--rm \
|
||||
volkerraschek/network-tools:latest \
|
||||
bash
|
||||
```
|
Reference in New Issue
Block a user