1
0
mirror of https://github.com/rancher/os.git synced 2025-05-31 10:55:32 +00:00
Mirror from github
Go to file
2015-08-20 18:06:48 +05:00
assets ./scripts/ssh convenience script 2015-05-10 14:11:11 +05:00
cmd do not panic 2015-08-20 18:06:48 +05:00
compose Fix sbin symlink and bootstrap services 2015-08-06 00:49:00 -07:00
config do not panic 2015-08-20 18:06:48 +05:00
docker Refactor to use libcompose 2015-08-06 00:05:25 -07:00
docs Delete .DS_Store 2015-04-24 17:29:35 +09:00
Godeps Update godeps libcompose and docker-from-scratch 2015-08-13 14:51:07 -07:00
init do not panic 2015-08-20 18:06:48 +05:00
scripts fix the boot crash on installed system 2015-08-18 12:53:44 +05:00
tests make ssh happy with the key perms (again) 2015-05-10 17:46:10 +05:00
util do not panic 2015-08-20 18:06:48 +05:00
.dockerignore add rancher/os (os-installer) Dockerfile 2015-08-14 18:23:50 +05:00
.dockerignore.docker add rancher/os (os-installer) Dockerfile 2015-08-14 18:23:50 +05:00
.drone.yml update to rancher/dind:v0.6.0 in .drone.yml 2015-08-13 13:25:46 +05:00
.gitignore dind-less, make-based build system 2015-07-27 11:21:46 +05:00
.package Initial commit 2015-02-08 21:38:37 -07:00
.wrap-docker-args Initial commit 2015-02-08 21:38:37 -07:00
build.sh dind-less, make-based build system 2015-07-27 11:21:46 +05:00
common.make split makefile into local and in-docker 2015-08-06 01:07:35 +05:00
Dockerfile add rancher/os (os-installer) Dockerfile 2015-08-14 18:23:50 +05:00
Dockerfile.build add rancher/os (os-installer) Dockerfile 2015-08-14 18:23:50 +05:00
Dockerfile.build-base cleanup to host rancher/os (os-installer) Dockerfile 2015-08-14 18:23:50 +05:00
LICENSE Remove incorrect copyright 2015-02-25 10:22:56 -07:00
main.go Refactor to use libcompose 2015-08-06 00:05:25 -07:00
Makefile cleanup to host rancher/os (os-installer) Dockerfile 2015-08-14 18:23:50 +05:00
Makefile.docker add rancher/os (os-installer) Dockerfile 2015-08-14 18:23:50 +05:00
os-config.yml cleanups in docker params 2015-08-18 22:24:06 +05:00
README.md Update README.md 2015-07-11 13:47:14 -07: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 to about 20MB. 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 PID 1. 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

Latest Release

v0.3.3 - Docker 1.7 - Linux 3.19.2

ISO

https://releases.rancher.com/os/latest/rancheros.iso
https://releases.rancher.com/os/v0.3.3/rancheros.iso

Additional Downloads

https://releases.rancher.com/os/latest/machine-rancheros.iso
https://releases.rancher.com/os/latest/iso-checksums.txt
https://releases.rancher.com/os/latest/rancheros-033-gce-01.tar.gz
https://releases.rancher.com/os/latest/vmlinuz
https://releases.rancher.com/os/latest/initrd

https://releases.rancher.com/os/v0.3.3/machine-rancheros.iso
https://releases.rancher.com/os/v0.3.3/iso-checksums.txt
https://releases.rancher.com/os/v0.3.3/rancheros-033-gce-01.tar.gz
https://releases.rancher.com/os/v0.3.3/vmlinuz
https://releases.rancher.com/os/v0.3.3/initrd

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

Amazon

We have 2 different virtualization types of AMIs. SSH keys are added to the rancher user, so you must log in using the rancher user.

Paravirtual

Region Type AMI
ap-northeast-1 PV ami-748a2774
ap-southeast-1 PV ami-3ae8e968
ap-southeast-2 PV ami-3531750f
eu-central-1 PV ami-d2b982cf
eu-west-1 PV ami-fcb7f78b
sa-east-1 PV ami-6361ec7e
us-east-1 PV ami-8f2eede4
us-west-1 PV ami-77a15133
us-west-2 PV ami-bfbfb98f

HVM

HVM was introduced in v0.3.0 and only supports v0.3.0+.

Region Type AMI
ap-northeast-1 HVM ami-788a2778
ap-southeast-1 HVM ami-26e8e974
ap-southeast-2 HVM ami-2b317511
eu-central-1 HVM ami-c8b982d5
eu-west-1 HVM ami-e0b7f797
sa-east-1 HVM ami-9f61ec82
us-east-1 HVM ami-772dee1c
us-west-1 HVM ami-19a1515d
us-west-2 HVM ami-c5bfb9f5

Google Compute Engine (Experimental)

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 v0.3.0 or later.

Download Image

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

Known issues/ToDos

  • Add GCE daemon support. (Manages users)

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.

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-2015 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.