1
0
mirror of https://github.com/rancher/os.git synced 2025-06-02 20:06:06 +00:00
Mirror from github
Go to file
Ivan Mikushin 74e589039b make run and ssh scripts more robust
Detect if KVM is available.
Enable QEMU to run w/o KVM (in the cloud or on OS X). Use --xhyve flag to run with xhyve on OS X.
2015-09-03 20:01:32 +05:00
assets ./scripts/ssh convenience script 2015-05-10 14:11:11 +05:00
cmd Revert "Revert "Storage"" 2015-08-27 12:24:26 -07:00
compose Make sure services_include overrides services 2015-08-28 21:17:30 -07:00
config Revert "Revert "Storage"" 2015-08-27 12:24:26 -07:00
docker Do not link to services that do not exist in the project 2015-08-26 14:50:13 +05:00
docs Delete .DS_Store 2015-04-24 17:29:35 +09:00
Godeps Bump godeps for libcompose 2015-08-28 21:17:30 -07:00
init Fix mounting /usr filesystem in non-dev RancherOS versions 2015-09-01 12:16:38 +05:00
scripts make run and ssh scripts more robust 2015-09-03 20:01:32 +05:00
tests/integration revive integration tests 2015-09-03 17:44:16 +05:00
util ros install 2015-08-25 17:20:40 +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 Revert "Installer image based on Alpine" 2015-08-27 15:01:26 +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 Revert "Revert "Storage"" 2015-08-27 12:24:26 -07:00
Makefile cleanup to host rancher/os (os-installer) Dockerfile 2015-08-14 18:23:50 +05:00
Makefile.docker bump os-kernel to Ubuntu-3.19.0-27.29-ros1 2015-08-21 18:00:14 +05:00
os-config.yml bind mount iptables into default console 2015-08-31 12:53:45 +05:00
README.md Update README.md 2015-07-11 13:47:14 -07:00
releases.yml releases.yml 2015-08-22 01:15:21 +05: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.