chore: Update README.md.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-08-25 12:47:40 +12:00
parent 8ae908a956
commit 4ec64053db
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -1,3 +1,22 @@
This is a Docker container I use for installing tools using ASDF in dev environments.
# Dev Container.
[![Build Status](https://drone.harton.nz/api/badges/james/dev-container/status.svg)](https://drone.harton.nz/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.
* `code.harton.nz/james/dev-container/base` - the container with ASDF and starship installed.
* `code.harton.nz/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.
* `code.harton.nz/james/dev-container/rust` - built on top of the `base` container with the latest version of Rust and it's tooling installed.
## Usage
In your repositories `.devcontainer` directory, add a `Dockerfile` which builds upon this container.
## License
Public domain.
It has a lot of stuff in it, you probably don't need it.