Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcsunset/docker-utilbox
A lightweight docker image to provide utilities
https://github.com/dcsunset/docker-utilbox
Last synced: 3 days ago
JSON representation
A lightweight docker image to provide utilities
- Host: GitHub
- URL: https://github.com/dcsunset/docker-utilbox
- Owner: DCsunset
- License: mit
- Created: 2019-11-10T02:55:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T00:33:22.000Z (about 2 years ago)
- Last Synced: 2024-11-08T08:55:02.896Z (about 2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-utilbox
[![Docker Image Size](https://badgen.net/docker/size/dcsunset/utilbox)](https://hub.docker.com/r/dcsunset/utilbox)
This docker image is to provide an easy-to-use utilbox for testing.
It is based on alpine image to reduce its size.The apps currently provided on top of alpine:
* curl
* vim
* helix
* wget
* htop
* iotop
* bandwhich
* file
* httpie
* iperf3
* openssl
* openssh
* ldns## Installation
```sh
# for docker
docker pull dcsunset/utilbox
# for podman
podman pull docker.io/dcsunset/utilbox
```## License
MIT License