Skip to content

aenodehi/Rust_Real_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Development Container with Code-Server

Podman Rust Code-Server

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

Features

  • 🦀 Full Rust toolchain (stable)
  • 💻 Web-based VS Code interface
  • 📦 Pre-configured Cargo workspace
  • 🔄 Live code reloading
  • 🐳 Rootless Podman container
  • 🔒 Automatic dependency management

Prerequisites

sudo apt-get install podman podman-docker podman-compose
podman-compose build
podman-compose up -d

Quick Start

1. Clone the repository

git clone https://github.com/yourusername/rust-dev-container.git
cd rust-dev-container

2. Build and start the container

podman-compose up -d --build

3. Access the development environment

http://localhost:4000

Development Workflow

cargo new my_project
cd my_project
cargo run
cargo test
podman exec -it Rust_problems /bin/bash

About

Rust real application codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published