Giter VIP home page Giter VIP logo

porto's Introduction

Porto

Build Status

OVERVIEW

Porto is a Linux container management system, developed by Yandex. The main goal of Porto is to create a convenient, reliable interface over several Linux kernel mechanism such as cgroups, namespaces, mounts, networking etc. Porto is intended to be used as a base for building large infrastructure projects. Porto provides a protobuf-based interface via an Unix socket. C++, Python and Go APIs are included. A command line tool (portoctl) for managing Porto-containers is also provided.

Porto has the following key-features:

  • Container hierarchies: you can manage nested groups of containers, limit their aggregate resource usage and share resources between containers in a flexible manner.
  • Container namespaces: you can run any container-management software inside a container without any modifications.
  • Flexible isolation: you can control which resources are isolated. You can easily integrate Porto into your existing infrastructure.

BUILDING

$ cmake .
$ make
$ make install DESTDIR=/usr/local

RUNNING

Porto requires only Linux kernel 3.4+, although some functionality requires newer kernels (for instance, 3.18+ for OverlayFs) or even offstream patches.

$ sudo portod &
$ portoctl run my_container command='echo "Hello, world!"'
$ portoctl wait my_container
$ portoctl get my_container stdout
$ portoctl get my_container exit_status
$ portoctl destroy my_container

or

$ portoctl exec my_container command='echo "Hello, world!"'

DOCUMENTATION

porto's People

Contributors

koct9i avatar dreamer-dead avatar max7255 avatar torkve avatar noxiouz avatar orivej avatar boxdot avatar dsourcerer avatar

Watchers

Yaroslav Zhavoronkov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.