A containerized Rust development environment with VS Code in the browser, powered by Podman. This container has some real life problems with Data Structure Solutions
- 🦀 Full Rust toolchain (stable)
- 💻 Web-based VS Code interface
- 📦 Pre-configured Cargo workspace
- 🔄 Live code reloading
- 🐳 Rootless Podman container
- 🔒 Automatic dependency management
- Podman 4.0+ (Installation Guide)
- podman-compose 1.0+
sudo apt-get install podman podman-docker podman-compose
podman-compose build
podman-compose up -dgit clone https://github.com/yourusername/rust-dev-container.git
cd rust-dev-containerpodman-compose up -d --buildcargo new my_project
cd my_project
cargo run
cargo test
podman exec -it Rust_problems /bin/bash