dev-container/README.md

22 lines
871 B
Markdown
Raw Normal View History

2023-08-25 12:47:40 +12:00
# Dev Container.
[![Build Status](https://drone.harton.dev/api/badges/james/dev-container/status.svg)](https://drone.harton.dev/james/dev-container)
2023-08-25 12:47:40 +12:00
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.
2023-08-25 12:47:40 +12:00
## Usage
2023-08-25 19:56:54 +12:00
There are example `.devcontainer` directories in the `examples` directory.
2023-08-25 12:47:40 +12:00
## License
Public domain.