Sign inSign up

kimyvgy/rustdev

By kimyvgy

•Updated about 2 years ago

Dev container for Rust development: live reloading, dev container, vscode extensions

Image
0

5.9K

kimyvgy/rustdev repository overview

⁠kimyvgy/rustdev

Debian Docker Hub Description

Dev container for Rust development.

  • devcontainer + vscode extensions for Rust
  • cargo watch: Live reloading
  • sccache: Pre-installed sccache
  • rust user will be created if the container provides env variables: UID, GID. It will be helpful when using devcontainer.

⁠docker-compose.yml

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

Tag summary

Content type

Image

Digest

sha256:2533c23ed…

Size

580 MB

Last updated

about 2 years ago

docker pull kimyvgy/rustdev:1.79-buster