This project is intended to make a cloud version of Operating Systems (SIO0001) class from UFCSPA - Universidade Federal de Ciências da Saúde de Porto Alegre.
Folder | Description |
---|---|
resources/ | Folder where class resources are saved |
A Google Cloud Platform account.
It is free
a docker volume called os
docker volume create os
docker build . -t os-cloud
aka: your new way to use a VM
docker run -ti --name infobio -v os:/home os-cloud bash