Skip to content

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

Notifications You must be signed in to change notification settings

wilomgfx/os-programming-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os-programming-learning

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

Build the image

docker build -t log710c:v1 .

Run the container

MacOs/Linux

open a shell and run

docker run -it -v $PWD:/workspace log710c:v1

Windows

open powershell and run

docker run -it -v ${PWD}:/workspace log710c:v1

Snapshot with docker :D 🎉

https://winsmarts.com/snapshot-a-docker-container-20df59bbd473

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published