ProgSoc / Docker-Workshop

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

feat: simple dockerfile example #1

Closed RealVishy closed 1 month ago

RealVishy commented 1 month ago

Implement a simple dockerfile for taking a rust image, building a rust program and printing the output to the terminal.

RealVishy commented 1 month ago

i could just do a html page with a python http server or something for the simple example and then do this rust one with cargo tests and ci/cd as the advanced one