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
- Host: GitHub
- URL: https://github.com/obitech/docker-tools
- Owner: obitech
- License: mit
- Created: 2018-09-18T20:56:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T17:51:42.000Z (over 7 years ago)
- Last Synced: 2025-05-22T18:34:43.151Z (about 1 year ago)
- Topics: debugging, docker, linux, tools
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```