https://github.com/compose-generator/toolbox
🛠️ Toolbox for emulating a Linux environment to execute commands
https://github.com/compose-generator/toolbox
cli commands docker linux tool toolbox
Last synced: 4 months ago
JSON representation
🛠️ Toolbox for emulating a Linux environment to execute commands
- Host: GitHub
- URL: https://github.com/compose-generator/toolbox
- Owner: compose-generator
- Created: 2021-04-09T17:06:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T14:54:49.000Z (over 1 year ago)
- Last Synced: 2025-03-25T06:09:52.750Z (over 1 year ago)
- Topics: cli, commands, docker, linux, tool, toolbox
- Language: Dockerfile
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Compose Generator Toolbox



*Note: This library is part of the **[ComposeGenerator](https://github.com/compose-generator/compose-generator)** project, but also can be used independently.*
## Usage
To execute a Linux command on execute following Docker command:
```sh
docker run --rm -it -v ${pwd}:/toolbox chillibits/compose-generator-toolbox /bin/bash
```
or
```sh
docker run --rm -it -v ${pwd}:/toolbox ghcr.io/compose-generator/compose-generator-toolbox /bin/bash
```
Please note, that this Docker image is based on Linux Alpine and only supports a limited number of commands. So check if your command is supported in the list below.
## Included Linux commands
`bash`, `cargo`, `create-react-app`, `curl`, `django-admin`, `dotnet` (not for armv6, armv7, arm64), `git`, `go` (not for i386), `make`, `ng`, `npm`,
`pip`, `python`, `python3`, `rails`, `rustup`, `sh`, `unzip`, `vue`, `yarn`
© Marc Auberer 2021-2022