view slide.md~ @ 1:be770be61183

Updated
author shivanidubey
date Fri, 21 Jun 2019 15:28:51 +0900
parents 845dadcd3a85
children 54dd75a92d04
line wrap: on
line source

title: Studying Operating System Using Docker  
author: Shivani Dubey
profile: Intern, University of the Ryukyus 

# Introduction


- Docker
- xv6

Why Docker?


The modern platform for high velocity innovation.
Docker container is not any specific platform. It can run on any computer, on any infrastructure and in any cloud.

## Features of Docker 

- Easy and Faster Configuration
- Increases productivity
- Application Isolation
- Swarm
- Routing Mesh
- Services
- Security Management

What is xv6?


xv6 is modern reimplementation of Sixth Edition Unix in ANSI C.

## Scheduling processes by their priorities



We implemented the concept of scheduling processes by their priorities. 

```c
hjhjgbfhv
```


## Docker Limitations



Docker environment poses some problems, some of which are difficult to comprehend.