https://github.com/marians/toolbox
A debian based docker image to quickly do useful stuff on some server
https://github.com/marians/toolbox
docker docker-image
Last synced: 2 months ago
JSON representation
A debian based docker image to quickly do useful stuff on some server
- Host: GitHub
- URL: https://github.com/marians/toolbox
- Owner: marians
- License: mit
- Created: 2017-07-12T12:32:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T14:01:09.000Z (about 5 years ago)
- Last Synced: 2025-02-28T20:38:52.481Z (over 1 year ago)
- Topics: docker, docker-image
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://quay.io/repository/marian/toolbox)
# toolbox
Everybody must have their personal Docker image debugging, getting things done etcd. This is mine.
Execute:
```nohighlight
docker run --rm -ti quay.io/marian/toolbox
```
On Kubernetes as a Job:
```nohighlight
kubectl run marian-toolbox \
--namespace \
--stdin \
--tty \
--restart Never \
--rm \
--image quay.io/marian/toolbox
```