porto

Yet another Linux container management system

  • 所有者: yandex/porto
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Porto

Build Status

OVERVIEW

Porto is a yet another Linux container management system, developed by Yandex.

The main goal is providing single entry point for several Linux subsystems
such as cgroups, namespaces, mounts, networking, etc.
Porto is intended to be a base for large infrastructure projects.

Key Features

  • Nested containers - containers could be put into containers
  • Nested virtualizaion - containers could use porto service too
  • Flexible configuration - all container parameters are optional
  • Reliable service - porto upgrades without restarting containers

Container management software build on top of porto could be transparently
enclosed inside porto container.

Porto provides a protobuf interface via an unix socket /run/portod.socket.

Command line tool portoctl and C++, Python and Go APIs are included.

Porto requires Linux kernel 3.18 and optionally some offstream patches.

BUILDING

$ dpkg-buildpackage -b -uc -us
$ sudo dpkg -i ../yandex-porto_*.deb

or

$ sudo apt-get install cmake protobuf-compiler libprotobuf-dev libnl-3-dev libnl-route-3-dev libncurses5-dev
$ cmake .
$ make
$ make install DESTDIR=/usr/local

RUNNING

$ sudo groupadd porto
$ sudo sudo adduser $USER porto
$ sudo portod start
$ portoctl exec hello command='echo "Hello, world!"'

DOCUMENTATION

主要指标

概览
名称与所有者yandex/porto
主编程语言C++
编程语言CMake (语言数: 7)
平台
许可证Other
所有者活动
创建于2015-08-27 07:39:46
推送于2023-01-20 09:43:15
最后一次提交2023-01-20 12:23:10
发布数380
最新版本名称v5.3.15 (发布于 2023-01-20 12:41:37)
第一版名称v0.0 (发布于 2014-08-19 18:42:45)
用户参与
星数398
关注者数44
派生数51
提交数2.9k
已启用问题?
问题数18
打开的问题数2
拉请求数15
打开的拉请求数0
关闭的拉请求数20
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?