Skip to content

A Google Cloud version of Operating Systems (SIO0001) class ☁️

License

Notifications You must be signed in to change notification settings

HelioNeves/os-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ☁️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages