1
0
mirror of https://github.com/rancher/os.git synced 2025-05-08 08:06:18 +00:00
Mirror from github
Go to file
2018-09-26 12:26:57 +03:00
.github Update ISSUE_TEMPLATE.md 2016-05-05 22:12:07 -07:00
assets Build docker-sys bridge via system-docker args and remove cni-glue 2018-04-16 08:22:55 +00:00
cmd Move around code for better clarity 2018-09-19 17:18:49 +08:00
config support guestinfo interface.<n>.ip.<m>.netmask, dns.servers, dns.domains 2018-09-26 12:26:57 +03:00
images Fix for mtu display () 2018-01-05 17:34:36 +08:00
pkg Move around code for better clarity 2018-09-19 17:18:49 +08:00
scripts Typo fix in CLI output 2018-09-16 21:30:04 +08:00
tests 17.06.1-ce is now in the repo 2017-08-29 12:03:39 +10:00
vendor Update vendor.conf and vendor package to support dind 2018-07-10 14:16:59 +08:00
.dockerignore update master to generate docs like rancher.github.io does 2017-08-17 06:01:19 +10:00
.drone.yml Avoid kernel too old error when building ROS 2018-08-06 15:19:29 +08:00
.gitignore Add vmware iso support 2018-03-21 08:31:25 +00:00
Dockerfile.dapper Bump kernel to 4.14.67-rancher2 2018-09-14 16:04:14 +08:00
LICENSE Remove incorrect copyright 2015-02-25 10:22:56 -07:00
main.go Move around code for better clarity 2018-09-19 17:18:49 +08:00
Makefile Fix make vmware 2018-05-12 18:27:51 +08:00
os-config.tpl.yml Start rngd before format the disk 2018-09-14 16:48:54 +08:00
rancheros.png Delete all the documents to ensure that they are maintained on github.rancher.io 2017-12-28 09:29:56 +08:00
README.md Update README for v1.4.1 2018-09-19 15:58:34 +08:00
trash.conf Update vendor.conf and vendor package to support dind 2018-07-10 14:16:59 +08:00

RancherOS

The smallest, easiest way to run Docker in production at scale. Everything in RancherOS is a container managed by Docker. This includes system services such as udev and rsyslog. RancherOS includes only the bare minimum amount of software needed to run Docker. This keeps the binary download of RancherOS very small. Everything else can be pulled in dynamically through Docker.

How this works

Everything in RancherOS is a Docker container. We accomplish this by launching two instances of Docker. One is what we call the system Docker which runs as the first process. System Docker then launches a container that runs the user Docker. The user Docker is then the instance that gets primarily used to create containers. We created this separation because it seemed logical and also it would really be bad if somebody did docker rm -f $(docker ps -qa) and deleted the entire OS.

How it works

Release

  • Latest: v1.4.1 - Docker 18.03.1-ce - Linux 4.14.67
  • Stable: v1.4.1 - Docker 18.03.1-ce - Linux 4.14.67

ISO

Additional Downloads

Note: you can use http instead of https in the above URLs, e.g. for iPXE.

Amazon

SSH keys are added to the rancher user, so you must log in using the rancher user.

HVM

Region Type AMI
ap-south-1 HVM ami-04d97a73fdcdabe8e
eu-west-3 HVM ami-08f45f3779ca44473
eu-west-2 HVM ami-0b5a34a6083949cc7
eu-west-1 HVM ami-0c728496e40cbbfe1
ap-northeast-2 HVM ami-064ddff6473c71358
ap-northeast-1 HVM ami-04bbdaca8d13e10de
sa-east-1 HVM ami-0f0bb79a2bba86d08
ca-central-1 HVM ami-04182ecaef9229e34
ap-southeast-1 HVM ami-0fbd73c274a69b114
ap-southeast-2 HVM ami-083381ed58ee6b977
eu-central-1 HVM ami-0155d2d2fef357438
us-east-1 HVM ami-0c12f597c80a17156
us-east-2 HVM ami-05b7deb6b4d12a114
us-west-1 HVM ami-0055d680575e2ec03
us-west-2 HVM ami-08ca2e89d91d17cfe
cn-north-1 HVM ami-00fcdc82b09cb88a0
cn-northwest-1 HVM ami-079ddb61f42d0a298

Additionally, images are available with support for Amazon EC2 Container Service (ECS) here.

Google Compute Engine

We are providing a disk image that users can download and import for use in Google Compute Engine. The image can be obtained from the release artifacts for RancherOS.

Download Latest Image

Download Stable Image

Please follow the directions at our docs to launch in GCE.

Documentation for RancherOS

Please refer to our RancherOS Documentation website to read all about RancherOS. It has detailed information on how RancherOS works, getting-started and other details.

Support, Discussion, and Community

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

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.

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

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

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.