An open API service indexing awesome lists of open source software.

https://github.com/obitech/docker-tools

A Docker image with some useful Linux tools
https://github.com/obitech/docker-tools

debugging docker linux tools

Last synced: about 2 months ago
JSON representation

A Docker image with some useful Linux tools

Awesome Lists containing this project

README

          

# [docker-tools](https://github.com/obitech/docker-tools)

A Docker image with some useful Linux tools, based on `debian:jessie-slim`.

Needs about 198MB on disk.

## Contents

- `jq`
- `dig` via `dnsutils`
- `tcpdump`
- `curl`
- `wget`
- `netcat`
- `python2.7`
- `openssl`

## Run it

```bash
docker run -it obitech/docker-tools bash
```