1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 21:17:02 +00:00
Mirror from github
Go to file
Ivan Mikushin 29aff3d807 Dockerfile.dapper: make sure to update apt repos before fetching build deps and sources
Also, use dapper -d flag in scripts/shell.sh for better visibility
2016-03-31 13:14:25 -07:00
assets Enable SELinux 2016-02-19 16:11:32 -08:00
cmd Merge pull request #784 from joshwget/up-to-date-upgrade-warning 2016-03-31 11:51:52 -07:00
compose Stage services when they are enabled 2016-02-29 19:29:07 -08:00
config Merge pull request #834 from joshwget/unmarshal-args-as-yaml 2016-03-31 11:44:44 -07:00
docker Recreate create-only containers and force rename after recreate 2015-12-07 18:17:57 +05:00
docs Delete .DS_Store 2015-04-24 17:29:35 +09:00
init Enable SELinux 2016-02-19 16:11:32 -08:00
scripts Dockerfile.dapper: make sure to update apt repos before fetching build deps and sources 2016-03-31 13:14:25 -07:00
selinux Support SELinux on arm/arm64 2016-03-18 08:39:40 -07:00
tests/integration Merge pull request #808 from datawolf/print-proper-tips 2016-03-21 21:05:01 -07:00
util Build for ARM64 on ARM64, installer included 2016-03-14 12:08:11 -07:00
vendor Update to docker-from-scratch-v1.10.3 2016-03-17 13:37:12 -07:00
.docker-env.sample Build for ARM64 on ARM64, installer included 2016-03-14 12:08:11 -07:00
.dockerignore migrate to upstream libcompose in one and a half go 2015-12-07 18:17:57 +05:00
.dockerignore.dapper Build for ARM64 on ARM64, installer included 2016-03-14 12:08:11 -07:00
.drone.yml Update to docker-from-scratch-v1.10.3 2016-03-17 13:37:12 -07:00
.gitignore Build for ARM64 on ARM64, installer included 2016-03-14 12:08:11 -07:00
.package Replace rancherio with rancher 2015-10-12 19:50:57 +08:00
build.conf Different $OS_RELEASES_YML for different architectures 2016-03-21 20:48:09 -07:00
build.conf.amd64 Different $OS_RELEASES_YML for different architectures 2016-03-21 20:48:09 -07:00
build.conf.arm Different $OS_RELEASES_YML for different architectures 2016-03-21 20:48:09 -07:00
build.conf.arm64 Different $OS_RELEASES_YML for different architectures 2016-03-21 20:48:09 -07:00
build.sh Build for ARM64 on ARM64, installer included 2016-03-14 12:08:11 -07:00
Dockerfile.amd64 Build for ARM64 on ARM64, installer included 2016-03-14 12:08:11 -07:00
Dockerfile.arm64 add kexec to arm64 installer image 2016-03-14 12:08:11 -07:00
Dockerfile.dapper Dockerfile.dapper: make sure to update apt repos before fetching build deps and sources 2016-03-31 13:14:25 -07:00
LICENSE Remove incorrect copyright 2015-02-25 10:22:56 -07:00
main.go Multi-arch build 2016-02-08 16:49:49 -08:00
Makefile Run qemu and tests on different architectures 2016-03-17 04:30:11 -07:00
os-config.tpl.yml fix services repo URL for architectures other than default (amd64) 2016-03-14 11:59:11 -07:00
README.md Update README.md 2016-03-24 11:16:25 -07:00
trash.yml Update to docker-from-scratch-v1.10.3 2016-03-17 13:37:12 -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 25MB. 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.4.3 - Docker 1.10.1- Linux 4.2.8

ISO

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

Note: you must login using rancher for username and password.

Additional Downloads

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.

HVM

Region Type AMI
ap-northeast-1 HVM ami-58dbdd36
ap-southeast-1 HVM ami-217eb042
ap-southeast-2 HVM ami-8da483ee
eu-central-1 HVM ami-62b0ab0e
eu-west-1 HVM ami-7de95b0e
sa-east-1 HVM ami-70bc3f1c
us-east-1 HVM ami-6f023505
us-west-1 HVM ami-17780977
us-west-2 HVM ami-e45fbf84

Paravirtual

Region Type AMI
ap-northeast-1 PV ami-c9d8dea7
ap-southeast-1 PV ami-727cb211
ap-southeast-2 PV ami-faa18699
eu-central-1 PV ami-11b5ae7d
eu-west-1 PV ami-8fe755fc
sa-east-1 PV ami-9b4ac9f7
us-east-1 PV ami-b70136dd
us-west-1 PV ami-4a7a0b2a
us-west-2 PV ami-d0a340b0

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