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.