Rust development container for Visual Studio Code
:latest and :alpine
amd64 (1.99GB image size):debian (1.51GB, based on qmcgaw/basedevcontainer:debian)
amd64 (1.96GB image size) and arm64 (1.86GB image size)kubectl, kubectx, kubens, stern and helmSee .devcontainer/README.md#Requirements
With style 💯
docker run -it --rm -v "/yourrepopath:/repository" qmcgaw/devtainr:v0.2.0 -dev rust -path /repository -name projectname
If you run on Linux not as root, run the docker run command with --user="$(id -u):$(id -g)".
Or use the built binary
Or manually: download this repository and put the .devcontainer directory in your project.
"settings" section as .vscode/settings.json take precedence over the settings defined in .devcontainer/devcontainer.json.Remote-Containers: Open Folder in Container... and choose your project directorySee .devcontainer/README.md#Customization
This repository is under an MIT license unless indicated otherwise.
Content type
Image
Digest
sha256:4a2183dc9…
Size
626.4 MB
Last updated
5 months ago
docker pull qmcgaw/rustdevcontainer