Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarppe/netspect
Simple image with network and devops tools
https://github.com/jarppe/netspect
aws debian devops-tools docker gcp kubectl kubernetes networking
Last synced: about 2 months ago
JSON representation
Simple image with network and devops tools
- Host: GitHub
- URL: https://github.com/jarppe/netspect
- Owner: jarppe
- License: epl-2.0
- Created: 2020-04-20T10:13:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T00:04:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T00:52:54.198Z (almost 2 years ago)
- Topics: aws, debian, devops-tools, docker, gcp, kubectl, kubernetes, networking
- Language: Dockerfile
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple image with network and devops tools
This image is based on [debian:bullseye-slim](https://hub.docker.com/_/debian). It includes commonly used tools and utilities for quick shell work, and
some basic network related work.Some tools included are:
* wget
* curl
* ping
* httpie
* telnet
* tcptraceroute
* mtr
* Python 3.7
* Docker client
* kubectl, kubectx, kubens, and kim
* AWS CLI
* GCP CLI
* PostgreSQL client
* zsh
* git client...and more.
The user in image is `user:user` with uid 1000 and gid 1001. The default command is `zah`.
## Usage:
Basic usage:
```bash
$ docker run --rm -it jarppe/netspect
[netspect]/>
```The image is fairly large one.
```bash
$ docker image ls --filter label=name=jarppe/netspect
REPOSITORY TAG IMAGE ID CREATED SIZE
jarppe/netspect latest 68b8a8b5882a 2 minutes ago 1.63GB
```## TODO
[x] kim (https://github.com/rancher/kim)
[ ] Multi-architecture image (https://github.com/docker/buildx#building-multi-platform-images)
[ ] Help on AWS, GCP and Kube usage.## License
Copyright © 2021 Jarppe Länsiö.
Available under the terms of the Eclipse Public License 2.0, see [LICENSE](./LICENSE)