Important
Experimental
A Devcontainer for use with Rust development, optionally with tools for working with AWS
- ZSH (Set as default Shell)
- OhMyZSH
- BAT - A better Cat command
- EZA - A better ls command
- Just - An awesome task runner
- Rustup - The Rust install manager
- RustC - The Rust Compiler
- Cargo - The Rust Package Manager and Build Tool
When using this devcontainer under Visual Studio Code (vscode) with the Devcontainer Extention, vscode will automatically install the following extentions
- A Spellchecker
- An Extension for working with Just files
- Terraform
- Github Actions
- Copilot
- Copilot Chat
- Rust Analyzer
- Search crates.io
devcontainer templates apply -w . -t ghcr.io/dotmh/devcontainer/rust -a '{"baseContainer":"devcontainer"}`baseContainer:devcontainer-rustDEFAULT - the ubuntu base containerdevcontainer-rocky-rust- the rocky linux base containerdevcontainer-cloud-rust- the ubuntu base container with cloud toolsdevcontainer-rocky-cloud-rust- the rocky linux base container with cloud tools