docker os

niusmallnan 4fb7f8e3b7 Roll back kernel and os-base because of the zfs issue 6 年之前
.github acc2ee297a Update ISSUE_TEMPLATE.md 8 年之前
assets 8385ce5b00 Remove dnspatch we have not used it anymore (#2198) 7 年之前
cmd fe5d2dd32b Add kernel.panic parameter for cmdline 6 年之前
compose 349203b058 Fix error typo in loadConsoleService func (#2112) 7 年之前
config 9c9c3ce141 Fix go test for ssh port and listen_address config 6 年之前
dfs 82aaa413f5 Fix format 'verbs' (#2115) 6 年之前
docker 43f483a5ef Support higher verion docker-ce as system-docker 6 年之前
hostname 7b474cd905 Fix golint check error 7 年之前
images 9ab2a58e4f Fix for mtu display (#2209) 6 年之前
init 43f483a5ef Support higher verion docker-ce as system-docker 6 年之前
log 82aaa413f5 Fix format 'verbs' (#2115) 6 年之前
netconf b5dd1d3f1c Get dhcp lease only for ipv4 6 年之前
scripts a09f6ee1e2 Bump rpi kernel to 4.9.80 6 年之前
selinux 691f7cb42c Move in code from netconf and docker-from-scratch 8 年之前
tests abc00e7ca9 17.06.1-ce is now in the repo 7 年之前
util 3b92e04065 Support URL when using ros install -c (#2202) 6 年之前
vendor 958bbef1f1 Vendor changes for vishvananda/netlink 7 年之前
.dockerignore 7a0ebc409b update master to generate docs like rancher.github.io does 7 年之前
.drone.yml 39e4bf7e5d Update for Drone 0.5 8 年之前
.gitignore fb2acdb1f0 Update ignore 6 年之前
Dockerfile.dapper 4fb7f8e3b7 Roll back kernel and os-base because of the zfs issue 6 年之前
LICENSE 01212c7164 Remove incorrect copyright 9 年之前
Makefile fe5d2dd32b Add kernel.panic parameter for cmdline 6 年之前
README.md 4cb3e0fcb7 Update README for v1.2.0 release 6 年之前
main.go a7ba5d045b Remove system-docker syslink 6 年之前
os-config.tpl.yml b1ed273b64 Support container-crontab for arm64 6 年之前
rancheros.png ec9f6b3031 Delete all the documents to ensure that they are maintained on github.rancher.io 7 年之前
trash.conf 958bbef1f1 Vendor changes for vishvananda/netlink 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

Stable Release

v1.2.0 - Docker 17.09.1-ce - Linux 4.9.78

ISO

Additional Downloads

Latest Links

v1.2.0 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-12db887d
eu-west-3 HVM ami-d5a315a8
eu-west-2 HVM ami-80bd58e7
eu-west-1 HVM ami-69187010
ap-northeast-2 HVM ami-57dd7f39
ap-northeast-1 HVM ami-a3c2b5c5
sa-east-1 HVM ami-6c2f6100
ca-central-1 HVM ami-b8a622dc
ap-southeast-1 HVM ami-0f5a1b73
ap-southeast-2 HVM ami-edc73c8f
eu-central-1 HVM ami-28422647
us-east-1 HVM ami-a7151cdd
us-east-2 HVM ami-a383b6c6
us-west-1 HVM ami-c4b3bca4
us-west-2 HVM ami-6e1a9e16

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