docker os

niusmallnan eaee6ef773 Make sure we can control whether INTEGRATION-TEST is executed 6 年之前
.github acc2ee297a Update ISSUE_TEMPLATE.md 8 年之前
assets 9e14a9da5a Bump Go to 1.7.1 8 年之前
cmd 929bb5abce Fix golint check error 6 年之前
compose d244043ce7 cache the user/system client if its created 7 年之前
config 929bb5abce Fix golint check error 6 年之前
dfs 929bb5abce Fix golint check error 6 年之前
docker 3de5a836c9 Don't pull an image that is already local 7 年之前
docs b35d682cca Fix typo in docs 7 年之前
hostname 929bb5abce Fix golint check error 6 年之前
images 5ba2c76c71 Start ntpd using a script and -gx first 7 年之前
init cc58b8c6b2 /var/log should not be root accessible only 7 年之前
log cbfe50c5ee Copy init and cloud-init-save logs from before switchroot 7 年之前
netconf 929bb5abce Fix golint check error 6 年之前
scripts eaee6ef773 Make sure we can control whether INTEGRATION-TEST is executed 6 年之前
selinux 691f7cb42c Move in code from netconf and docker-from-scratch 8 年之前
tests 5b00d8ee7a Waiting a second between qemu tests seems to allow the network tests to false fail less often 7 年之前
util 929bb5abce Fix golint check error 6 年之前
vendor 32061238aa Fix validation tests, update deps and use the rancher/docker version that uses logrus for daemon 7 年之前
.dockerignore fdc16672d5 ros os upgrade --kexec ... works again 7 年之前
.drone.yml 39e4bf7e5d Update for Drone 0.5 8 年之前
.gitignore 247d3f5822 Updating documentation around kernel modules 8 年之前
Dockerfile.dapper eaee6ef773 Make sure we can control whether INTEGRATION-TEST is executed 6 年之前
LICENSE 01212c7164 Remove incorrect copyright 9 年之前
Makefile 03f90fd748 Add README 7 年之前
README.md cdb26fac99 Update v1.0.3 links 7 年之前
main.go 765a7c3ed4 Add a Recovery console prompt 7 年之前
os-config.tpl.yml c8915d646d add a timeout in case a system-container refuses to quit 7 年之前
trash.conf 32061238aa Fix validation tests, update deps and use the rancher/docker version that uses logrus for daemon 7 年之前

README.md

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

Latest Release

v1.0.3 - Docker 17.03.1-ce - Linux 4.9.34

ISO

Additional Downloads

Latest Links

v1.0.3 Links

ARM Links

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-3576085a
eu-west-2 HVM ami-4806102c
eu-west-1 HVM ami-64b2a802
ap-northeast-2 HVM ami-9d03dcf3
ap-northeast-1 HVM ami-8bb1a7ec
sa-east-1 HVM ami-ae1b71c2
ca-central-1 HVM ami-4fa7182b
ap-southeast-1 HVM ami-4f921c2c
ap-southeast-2 HVM ami-d64c5fb5
eu-central-1 HVM ami-8c52f4e3
us-east-1 HVM ami-067c4a10
us-east-2 HVM ami-b74b6ad2
us-west-1 HVM ami-04351964
us-west-2 HVM ami-bed0c7c7

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 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 [email protected] 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-2017 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.