https://github.com/cn-docker/toolbox
Toolbox
https://github.com/cn-docker/toolbox
Last synced: 3 months ago
JSON representation
Toolbox
- Host: GitHub
- URL: https://github.com/cn-docker/toolbox
- Owner: cn-docker
- License: apache-2.0
- Created: 2025-10-28T23:36:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-06T01:18:19.000Z (3 months ago)
- Last Synced: 2026-03-06T05:27:54.738Z (3 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/cnservices/toolbox
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Toolbox
[](https://hub.docker.com/r/cnservices/toolbox/)
[](https://hub.docker.com/r/cnservices/toolbox/)
[](https://hub.docker.com/r/cnservices/toolbox/)
[](https://hub.docker.com/r/cnservices/toolbox/)
[](https://github.com/cn-docker/toolbox)
[](https://github.com/cn-docker/toolbox)
[](https://github.com/cn-docker/toolbox)
[](https://github.com/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
```