https://github.com/unixorn/docker-multimeter
Debugging tools on top of debian buster-slim
https://github.com/unixorn/docker-multimeter
Last synced: 3 months ago
JSON representation
Debugging tools on top of debian buster-slim
- Host: GitHub
- URL: https://github.com/unixorn/docker-multimeter
- Owner: unixorn
- License: apache-2.0
- Created: 2020-06-03T14:37:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T16:35:03.000Z (about 5 years ago)
- Last Synced: 2025-01-29T09:22:13.789Z (5 months ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# sonic-screwdriver
**sonic-screwdriver** is based on debian buster-slim and contains a lot of useful diagnostic tools.
It's inspired by [giantswarm/debug](https://github.com/giantswarm/debug), but giantswarm/debug hasn't been updated since 2018. I prefer debian to alpine - I'm more concerned with getting timely security updates than I am in having the smallest possible image.
## Usage
Attach to an existing container
`docker run --rm -ti --net container: unixorn/sonic-screwdriver`
## Goals
This is meant to include a useful set of debugging tools.
## Non-Goals
This image deliberately doesn't include build tools, it's meant strictly for debugging.
We also don't include `tmux` or `screen` since you can run your preferred one externally to the container, and running it externally means you don't have to do contortions to distinguish between the container's `tmux`/`screen` and the one running on your machine.