dev-container/README.md
James Harton a243052c09
Some checks failed
continuous-integration/drone/push Build is failing
chore: Update forgejo and drone hostnames.
2024-02-09 10:53:05 +13:00

21 lines
871 B
Markdown

# Dev Container.
[![Build Status](https://drone.harton.dev/api/badges/james/dev-container/status.svg)](https://drone.harton.dev/james/dev-container)
This is my personal devcontainer setup which includes [ASDF](https://asdf-vm.com/) and [starship](https://starship.rs/).
It should work as a good starting point for your devcontainer configuration.
## Variants.
- `harton.dev/james/dev-container/base` - the container with ASDF and starship installed.
- `harton.dev/james/dev-container/elixir` - built on top of the `base` container with the latest versions of Erlang and Elixir pre-installed to reduce build-time.
- `harton.dev/james/dev-container/rust` - built on top of the `base` container with the latest version of Rust and it's tooling installed.
## Usage
There are example `.devcontainer` directories in the `examples` directory.
## License
Public domain.