https://github.com/codjix/devbox
DevContainers images based on Alpine Linux
https://github.com/codjix/devbox
devcontainer docker
Last synced: about 2 months ago
JSON representation
DevContainers images based on Alpine Linux
- Host: GitHub
- URL: https://github.com/codjix/devbox
- Owner: codjix
- License: mit
- Created: 2024-08-01T21:05:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T22:59:10.000Z (about 1 year ago)
- Last Synced: 2025-04-26T23:25:14.661Z (about 1 year ago)
- Topics: devcontainer, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/codjix/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
DevContainers images based on Alpine Linux
## Usage
All variants are avilable to pull from Docker hub, just replace `latest` with the variant you need:
```bash
docker pull codjix/devbox:latest
```
## Variants
| **Tag** | **Description** |
| ---------- | --------------------------------------------------------------- |
| **latest** | `Latest core` image for the development environment. |
| **bun** | `Bun.sh` image for running JavaScript applications. |
| **node** | `Node.js` image for running JavaScript applications. |
| **php** | `PHP` image for building and running PHP applications. |
| **more** | [Suggest a new variant](https://github.com/codjix/devbox/pulls) |
Please read variant's docs for more details.
## License
- [MIT License](./LICENSE)