/Rancher

open source project that provides a container management platform

Rancher

How to Install Rancher on a Single Node

Build Status Docker Pulls Go Report Card

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.

Minimum Requirements

  • 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

Quick Start

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

Open your browser to https://localhost


Docker Compose

Image:

rancher/rancher:latest

Ports:

- '80:80'
- '443:443'

Volumes:

- './ssl/fullchain.pem:/etc/rancher/ssl/cert.pem'
- './ssl/privkey.pem:/etc/rancher/ssl/key.pem'
- './data:/var/lib/rancher'

Command:

--no-cacerts



Reference:

Single Node Install

Rancher Github