HelioNeves / os-cloud

A Google Cloud version of Operating Systems (SIO0001) class :cloud:

Repository from Github https://github.comHelioNeves/os-cloudRepository from Github https://github.comHelioNeves/os-cloud

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 🐳

About

A Google Cloud version of Operating Systems (SIO0001) class :cloud:

License:MIT License


Languages

Language:C 93.4%Language:Dockerfile 6.6%