Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.51 KB

File metadata and controls

55 lines (35 loc) · 1.51 KB

UFCSPA

Operating Systems - SIO0001

License: MIT

About

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.

Project Details

Folders

Folder Description
resources/ Folder where class resources are saved

Requirements

A Google Cloud Platform account.

It is free

Install

1. Click to open this project on Google Cloud Shell 🐚
2. Create a docker volume 💿

a docker volume called os

docker volume create os
3. Basic building 🔧
docker build . -t os-cloud
4. Load ubuntu layer 🌈

aka: your new way to use a VM

docker run -ti --name infobio -v os:/home os-cloud bash

Useful links 🐳