Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 4.99 KB

README.md

File metadata and controls

83 lines (62 loc) · 4.99 KB

Rust Dev Container

Rust development container for Visual Studio Code

Icon

Alpine Debian

dockeri.co

Last Docker tag Latest size

Last release Last release size GitHub last release date Commits since release

GitHub last commit GitHub commit activity GitHub closed PRs GitHub issues GitHub closed issues

Lines of code Code size GitHub repo size

Visitors count

Features

  • Rust 1.63.0
  • Rust Analyzer 2022-08-22
  • Clippy
  • Rustfmt
  • Alpine based with Docker tags :latest and :alpine
  • Debian based with Docker tag :debian (1.51GB, based on qmcgaw/basedevcontainer:debian)
    • 1.21GB amd64 uncompressed image size
    • Compatible with amd64 and arm64
    • Based on qmcgaw/basedevcontainer:debian
      • Based on Debian Buster slim
      • Minimal custom terminal and packages
      • See more features
  • Cross platform
    • Easily bind mount your SSH keys to use with git
    • Manage your host Docker from within the dev container, more details at qmcgaw/basedevcontainer
  • Extensible with docker-compose.yml
  • Comes with extra binary tools for a few extra MBs: kubectl, kubectx, kubens, stern and helm

Requirements

See .devcontainer/README.md#Requirements

Setup for a project

  1. Setup your configuration files
    • With style 💯

      docker run -it --rm -v "/yourrepopath:/repository" qmcgaw/devtainr:v0.2.0 -dev rust -path /repository -name projectname

      Or use the built binary

    • Or manually: download this repository and put the .devcontainer directory in your project.

  2. If you have a .vscode/settings.json, eventually move the settings to .devcontainer/devcontainer.json in the "settings" section as .vscode/settings.json take precedence over the settings defined in .devcontainer/devcontainer.json.
  3. Open the command palette in Visual Studio Code (CTRL+SHIFT+P) and select Remote-Containers: Open Folder in Container... and choose your project directory
  4. See .devcontainer/README.md#Setup

Customization

See .devcontainer/README.md#Customization

License

This repository is under an MIT license unless indicated otherwise.