rkt

rkt 是一个用于Linux的pod-native容器引擎。 它是可组合的、安全的、并建立在标准上。(rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards.)

Github星跟踪图

rkt(发音为“rocket”)是在 Linux 上运行应用程序容器的 CLI。 rkt 旨在安全、可组合和基于标准。

rkt 的一些主要特征和目标包括:
  • Pod-native:rkt 的基本执行单元是一个 pod,将资源和用户应用程序链接在一个独立的环境中。
  • 安全性:rkt 采用“默认安全”原则开发,并包含许多重要的安全功能,如支持 SELinux,TPM 测量以及在硬件隔离 VM 中运行应用程序容器。
  • 可组合性:rkt 设计用于与init系统(如 systemd,upstart)和集群编排工具(如 Kubernetes 和 Nomad)的一流集成,并支持可交换执行引擎。
  • 开放标准和兼容性:rkt 实现 appc 规范,支持容器网络接口规范,并可以运行 Docker 映像和 OCI 映像。 对 OCI 图像和运行时间的更广泛的本地支持正在开发中。

主要指标

概览
名称与所有者rkt/rkt
主编程语言Go
编程语言Go (语言数: 6)
平台
许可证Apache License 2.0
所有者活动
创建于2014-11-11 23:13:18
推送于2020-02-24 14:16:05
最后一次提交2020-02-24 15:16:03
发布数65
最新版本名称v1.30.0 (发布于 2018-04-16 09:48:15)
第一版名称v0.0.0 (发布于 )
用户参与
星数8.8k
关注者数416
派生数882
提交数5.6k
已启用问题?
问题数1556
打开的问题数448
拉请求数2062
打开的拉请求数51
关闭的拉请求数352
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

rkt - the pod-native container engine

godoc
Build Status (Travis)
Build Status (SemaphoreCI)
Go Report Card

rkt Logo

rkt (pronounced like a "rocket") is a CLI for running application containers on Linux. rkt is designed to be secure, composable, and standards-based.

Some of rkt's key features and goals include:

Project status

The rkt v1.x series provides command line user interface and on-disk data structures stability for external development. Any major changes to those primary areas will be clearly communicated, and a formal deprecation process conducted for any retired features.

Check out the roadmap for more details on the future of rkt.

Trying out rkt

To get started quickly using rkt for the first time, start with the "trying out rkt" document.
Also check rkt support on your Linux distribution.
For an end-to-end example of building an application from scratch and running it with rkt, check out the getting started guide.

Getting help with rkt

There are a number of different avenues for seeking help and communicating with the rkt community:

  • For bugs and feature requests (including documentation!), file an issue
  • For general discussion about both using and developing rkt, join the rkt-dev mailing list
  • For real-time discussion, join us on IRC: #rkt-dev on freenode.org
  • For more details on rkt development plans, check out the GitHub milestones

Most discussion about rkt development happens on GitHub via issues and pull requests.
The rkt developers also host a semi-regular community sync meeting open to the public.
This sync usually features demos, updates on the roadmap, and time for anyone from the community to ask questions of the developers or share users stories with others.
For more details, including how to join and recordings of previous syncs, see the sync doc on Google Docs.

Contributing to rkt

rkt is an open source project and contributions are gladly welcomed!
See the Hacking Guide for more information on how to build and work on rkt.
See CONTRIBUTING for details on submitting patches and the contribution workflow.

Licensing

Unless otherwise noted, all code in the rkt repository is licensed under the Apache 2.0 license.
Some portions of the codebase are derived from other projects under different licenses; the appropriate information can be found in the header of those source files, as applicable.

Security disclosure

If you suspect you have found a security vulnerability in rkt, please do not file a GitHub issue, but instead email security@coreos.com with the full details, including steps to reproduce the issue.
CoreOS is currently the primary sponsor of rkt development, and all reports are thoroughly investigated by CoreOS engineers.
For more information, see the CoreOS security disclosure page.

Known issues

Check the troubleshooting document.

Integrations and Production Users