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

https://github.com/cn-docker/toolbox

Toolbox
https://github.com/cn-docker/toolbox

Last synced: 3 months ago
JSON representation

Toolbox

Awesome Lists containing this project

README

          

# Toolbox

[![](https://img.shields.io/docker/pulls/cnservices/toolbox)](https://hub.docker.com/r/cnservices/toolbox/)
[![](hhttps://img.shields.io/docker/build/cnservices/toolbox)](https://hub.docker.com/r/cnservices/toolbox/)
[![](https://img.shields.io/docker/automated/cnservices/toolbox)](https://hub.docker.com/r/cnservices/toolbox/)
[![](https://img.shields.io/docker/stars/cnservices/toolbox)](https://hub.docker.com/r/cnservices/toolbox/)
[![](https://img.shields.io/github/license/cn-docker/toolbox)](https://github.com/cn-docker/toolbox)
[![](https://img.shields.io/github/issues/cn-docker/toolbox)](https://github.com/cn-docker/toolbox)
[![](https://img.shields.io/github/issues-closed/cn-docker/toolbox)](https://github.com/cn-docker/toolbox)
[![](https://img.shields.io/github/languages/code-size/cn-docker/toolbox)](https://github.com/cn-docker/toolbox)
[![](https://img.shields.io/github/repo-size/cn-docker/toolbox)](https://github.com/cn-docker/toolbox)

Docker image intended to start containers for debug tasks.

## Usage

### Kubernetes

```bash
kubectl run test --rm --it --image=cnservices/toolbox --restart=Never -- bash
```