Repo for my LOG710 course (operating system programming) as part of my software engineering degree @etsmtl. Hosts exercises and experiments i do while learning the course's content
docker build -t log710c:v1 .
open a shell and run
docker run -it -v $PWD:/workspace log710c:v1
open powershell and run
docker run -it -v ${PWD}:/workspace log710c:v1
https://winsmarts.com/snapshot-a-docker-container-20df59bbd473