Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cto4/devbox
This DevBox container is designed for an efficient and productive development environment. It includes a selection of essential tools and packages to facilitate various tasks. 🛠️ ✨
https://github.com/cto4/devbox
devcontainer docker
Last synced: 9 days ago
JSON representation
This DevBox container is designed for an efficient and productive development environment. It includes a selection of essential tools and packages to facilitate various tasks. 🛠️ ✨
- Host: GitHub
- URL: https://github.com/cto4/devbox
- Owner: cto4
- License: mit
- Created: 2024-08-22T11:09:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T11:46:36.000Z (3 months ago)
- Last Synced: 2024-08-22T13:14:47.185Z (3 months ago)
- Topics: devcontainer, docker
- Language: Shell
- Homepage: https://cto4.github.io/devbox/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DevBox Container
## Description
This DevBox container is designed for an efficient and productive development environment. It includes a selection of essential tools and packages to facilitate various tasks. 🛠️ ✨
## Usage
All variants are avilable to pull from Docker hub, just replace `latest` with the variant you need:
```bash
docker pull cto4/devbox:latest
```## Variants
| **Tag** | **Description** |
| --------------------------------------------------------------------- | ---------------------------------------------------------------- |
| **[core](https://github.com/cto4/devbox/blob/main/docs/core.md)** | `Latest core` image for the development environment. |
| **[node](https://github.com/cto4/devbox/blob/main/docs/node.md)** | `Node.js` image for running JavaScript applications. |
| **[php](https://github.com/cto4/devbox/blob/main/docs/php.md)** | `PHP` image for building and running PHP applications. |
| **go** `comming soon` | `Go` image for developing Go applications and services. |
| **more** | [add your own variant](https://github.com/cto4/devbox/pulls) |Please read variant's docs for more details.
## Build Extend
- [See how to build images with devbox](https://github.com/cto4/devbox/blob/main/docs/build.md)
- [Extending example](https://github.com/cto4/devbox/blob/main/example)## License
- [MIT License](https://github.com/cto4/devbox/blob/main/LICENSE)