介绍

https://github.com/rancher/rancher

Rancher is an open source project that provides a container management platform built for organizations that deploy containers in production. Rancher makes it easy to run Kubernetes everywhere, meet IT requirements, and empower DevOps teams.

Latest Release

  • Latest - v2.3.4 - rancher/rancher:latest - Read the full release notes.

  • Stable - v2.3.4 - rancher/rancher:stable - Read the full release notes.

To get automated notifications of our latest release, you can watch the announcements category in our forums, or subscribe to the RSS feed https://forums.rancher.com/c/announcements.rss.

快速安装

sudo docker run -d –restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher

Open your browser to https://localhost

最低运行配置

  • Operating Systems
    • Ubuntu 16.04 (64-bit)
    • Red Hat Enterprise Linux 7.5 (64-bit)
    • RancherOS 1.4 (64-bit)
  • Hardware
    • 4 GB of Memory
  • Software
    • Docker v1.12.6, 1.13.1, 17.03.2

官方文档

To learn more about using Rancher, please refer to our Rancher Documentation.

源代码

This repo is a meta-repo used for packaging and contains the majority of rancher codebase. Rancher does include other Rancher projects including:

Rancher also includes other open source libraries and projects, see go.mod for the full list.

参考

Rancher 2.1平台搭建及使用