docker os

Sven Dowideit 5c396c0219 Use v4.9.33-rancher-ssp1 7 年之前
.github acc2ee297a Update ISSUE_TEMPLATE.md 8 年之前
assets 9e14a9da5a Bump Go to 1.7.1 8 年之前
cmd b217ad5732 Bounce the syslog service so it notices the hostname change 7 年之前
compose 4df962d4b6 make ros log to dmesg 8 年之前
config 42e366a821 fix the getting of the user-data metadata 7 年之前
dfs 0779e13d46 Refactor the cloud-init metadata to return a netconf.NetworkConfig 7 年之前
docker 493ba98292 Replace Sirupsen/logrus package with rancher/os/log 7 年之前
docs b5ca78c269 Merge pull request #1911 from SvenDowideit/registry-mirror-docs 7 年之前
hostname e51c5409aa Move default hostname and network under common key 8 年之前
images 4df962d4b6 make ros log to dmesg 8 年之前
init 1e26b0b687 Don't complain about cfg files not existing 7 年之前
log 8e5eba0ac5 add --debug logging option to installer, and a dummy set-disk-partitions 7 年之前
netconf 4997104f70 dhcpcd crashes when calling --release too often, or together with other commands 7 年之前
scripts cc133372a7 Merge pull request #1920 from SvenDowideit/add-apt-cache-build-arg 7 年之前
selinux 691f7cb42c Move in code from netconf and docker-from-scratch 8 年之前
tests e19ccefff8 Fix ElideCmdline test by making it more robust 7 年之前
util 15699a253c Fixed install --partition and added scripts/run-install 7 年之前
vendor 17b3589782 Add a network test that sets up 2 of 4 ehternet devices, and allows another to use dhcp 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 5c396c0219 Use v4.9.33-rancher-ssp1 7 年之前
LICENSE 01212c7164 Remove incorrect copyright 9 年之前
Makefile 272f3942f1 Initial build, copied from rpi32 7 年之前
README.md 272f3942f1 Initial build, copied from rpi32 7 年之前
main.go aef937609e Working out why linuxkit crashes in bootup by labeling init stages 7 年之前
os-config.tpl.yml 3900bc385e Move to using Docker 17.03.1-CE by default 7 年之前
trash.conf 17b3589782 Add a network test that sets up 2 of 4 ehternet devices, and allows another to use dhcp 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.2 - Docker 17.03.1-ce - Linux 4.9.30

ISO

Additional Downloads

Latest Links

v1.0.2 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-f68cf099
eu-west-2 HVM ami-86e7f0e2
eu-west-1 HVM ami-13f8e875
ap-northeast-2 HVM ami-22e33f4c
ap-northeast-1 HVM ami-29e4e44e
sa-east-1 HVM ami-a196ffcd
ca-central-1 HVM ami-dc2a96b8
ap-southeast-1 HVM ami-d5f575b6
ap-southeast-2 HVM ami-c2e2f5a1
eu-central-1 HVM ami-7d31eb12
us-east-1 HVM ami-3e732428
us-east-2 HVM ami-820f29e7
us-west-1 HVM ami-d2edceb2
us-west-2 HVM ami-6d1a760d

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.