ProgSoc / Docker-Workshop

The repository for the upcoming Docker Workshop
MIT License
0 stars 1 forks source link

Setup Simple Dockerfile example #6

Closed RealVishy closed 1 month ago

RealVishy commented 1 month ago

This pull request introduces a new Rust project named hello-docker and updates the development container configuration to include GitHub CLI. The most important changes include adding the new project files, configuring the Dockerfile for building and running the project, and updating the devcontainer features.

New Project Addition:

Docker Configuration:

Devcontainer Update:

Removal of Old Example:

Issues

Closes #1