https://github.com/mpreu/toolboxes
Custom toolbox images.
https://github.com/mpreu/toolboxes
container toolbox
Last synced: 9 months ago
JSON representation
Custom toolbox images.
- Host: GitHub
- URL: https://github.com/mpreu/toolboxes
- Owner: mpreu
- License: mit
- Created: 2021-01-22T18:45:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T21:12:56.000Z (about 1 year ago)
- Last Synced: 2025-02-10T20:52:50.650Z (11 months ago)
- Topics: container, toolbox
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toolboxes
Pre-configured custom images for the [containers/toolbox](https://github.com/containers/toolbox) project.
## How to use?
Images are published in the Github registry and can be used e.g. with:
```bash
# Create toolbox from image
toolbox create --container dev --image ghcr.io/mpreu/toolbox-ocp-dev:latest
# Enter created toolbox
toolbox enter dev
```
## Available images
The following images are available:
- `ocp-dev`
- Basic development environment with focus on `Kubernetes`, `Red Hat Openshift`, `Go`-based software development
- Includes e.g.:
- `kubectl`
- `oc`
- `skopeo`
- `go`
- `vscode`