Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codjix/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://hub.docker.com/u/tdim/devbox
https://github.com/codjix/devbox
devcontainer docker
Last synced: 4 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. 🛠️ ✨ https://hub.docker.com/u/tdim/devbox
- Host: GitHub
- URL: https://github.com/codjix/devbox
- Owner: codjix
- License: mit
- Created: 2024-08-01T21:05:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T09:13:59.000Z (5 months ago)
- Last Synced: 2024-11-10T00:23:20.269Z (about 2 months ago)
- Topics: devcontainer, docker
- Language: Shell
- Homepage: https://hima-pro.github.io/devbox/
- Size: 12.7 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 tdim/devbox:latest
```## Variants
| **Tag** | **Description** |
| --------------------------------------------------------------------- | ---------------------------------------------------------------- |
| **[core](https://github.com/Hima-Pro/devbox/blob/main/docs/core.md)** | `Latest core` image for the development environment. |
| **[node](https://github.com/Hima-Pro/devbox/blob/main/docs/node.md)** | `Node.js` image for running JavaScript applications. |
| **[php](https://github.com/Hima-Pro/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/Hima-Pro/devbox/pulls) |Please read variant's docs for more details.
## Build Extend
- [See how to build images with devbox](https://github.com/Hima-Pro/devbox/blob/main/docs/build.md)
- [Extending example](https://github.com/Hima-Pro/devbox/blob/main/example)## License
- [MIT License](https://github.com/Hima-Pro/devbox/blob/main/LICENSE)