35 Star 388 Fork 70

GVPrancher / rancher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_1_6.md 4.13 KB
一键复制 编辑 原始数据 按行查看 历史
Alena Prokharchyk 提交于 2019-02-11 13:26 . Update README_1_6.md

Rancher 1.6

Build Status Docker Pulls Go Report Card

Rancher is an open source project that provides a complete platform for operating Docker in production. It provides infrastructure services such as multi-host networking, global and local load balancing, and volume snapshots. It integrates native Docker management capabilities such as Docker Machine and Docker Swarm. It offers a rich user experience that enables devops admins to operate Docker in production at large scale.

Latest Release

  • Beta - v1.6.26 - rancher/server:latest - Read the full release notes.

  • Stable - v1.6.26 - rancher/server: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.

Installation

Rancher is deployed as a set of Docker containers. Running Rancher is as simple as launching two containers. One container as the management server and another container on a node as an agent. You can install the containers in following approaches.

Requirements

Launching Management Server

docker run -d --restart=unless-stopped -p 8080:8080 rancher/server

The UI and API are available on the exposed port 8080.

Using Rancher

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

Source Code

This repo is a meta-repo used for packaging. The source code for Rancher is in other repos in the rancher organization. The majority of the code is in https://github.com/rancher/cattle.

Support, Discussion, and Community

If you need any help with Rancher or RancherOS, please join us at either our Rancher forums, #rancher IRC channel or Slack where most of our team hangs out at.

Please submit any Rancher bugs, issues, and feature requests to rancher/rancher.

Please submit any RancherOS bugs, issues, and feature requests to rancher/os.

For security issues, please email security@rancher.com instead of posting a public issue in GitHub. You may (but are not required to) use the GPG key located on Keybase.

License

Copyright (c) 2014-2018 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Go
1
https://gitee.com/rancher/rancher.git
git@gitee.com:rancher/rancher.git
rancher
rancher
rancher
master

搜索帮助