Dev container for Rust development: live reloading, dev container, vscode extensions
5.9K
Dev container for Rust development.
devcontainer + vscode extensions for Rustcargo watch: Live reloadingsccache: Pre-installed sccacherust user will be created if the container provides env variables: UID, GID. It will be helpful when using devcontainer.version: "3.6"
services:
rustdev:
image: kimyvgy/rustdev:1-bullseye
working_dir: /app
volumes:
- ./:/app
tty: true
# Start rustdev container:
docker compose up -d
# Develop rust app in watch mode:
docker compose exec rustdev cargo watch -x run
Content type
Image
Digest
sha256:2533c23ed…
Size
580 MB
Last updated
about 2 years ago
docker pull kimyvgy/rustdev:1.79-buster