{ "name": "Rust", "image": "mcr.microsoft.com/devcontainers/rust:dev-trixie", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} }, "portsAttributes": { "8080": { "label": "redlib", "onAutoForward": "notify" } }, "postCreateCommand": "sudo apt-get update && sudo apt-get install -y git build-essential cmake libclang-dev", "postStartCommand": "cargo build" }