Total Pageviews

Monday 2 October 2017

Rancher: docker容器管理平台

Complete docker container management platform 

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.10 - rancher/server:latest - Read the full release notes.
  • Stable - v1.6.10 - 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 channelor 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.
from https://github.com/rancher/rancher
--------
使我想起kubernetes

No comments:

Post a Comment