An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Docker Repository on Quay](https://quay.io/repository/marian/toolbox/status "Docker Repository on Quay")](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
```