docker os

niusmallnan f5f342b597 Fix rpi64 build 6 年之前
.github acc2ee297a Update ISSUE_TEMPLATE.md 8 年之前
assets 9e14a9da5a Bump Go to 1.7.1 8 年之前
cmd f2dbc8cd4f Adjust the parameter upgrade-console order (#2246) 6 年之前
compose 349203b058 Fix error typo in loadConsoleService func (#2112) 7 年之前
config 310fa03a0c GetRetry is used when detecting if url is available (#2237) 6 年之前
dfs 7b474cd905 Fix golint check error 7 年之前
docker 3de5a836c9 Don't pull an image that is already local 7 年之前
hostname 7b474cd905 Fix golint check error 7 年之前
images 42ae262c3f add alog rotate for the dhcpcd.debug.log file 7 年之前
init c47e8c5bf7 Only enable open-vm-tools serivce for vmware 7 年之前
log 5dfc818303 Stop overwriting a good resolv.conf file with the default one 7 年之前
netconf 7b474cd905 Fix golint check error 7 年之前
scripts f5f342b597 Fix rpi64 build 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 7b474cd905 Fix golint check error 7 年之前
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 247d3f5822 Updating documentation around kernel modules 8 年之前
Dockerfile.dapper da859e9fbb Fix build error caused by golint 6 年之前
LICENSE 01212c7164 Remove incorrect copyright 9 年之前
Makefile ec9f6b3031 Delete all the documents to ensure that they are maintained on github.rancher.io 7 年之前
README.md 757ad174cb Update README for v1.1.4 6 年之前
main.go b92a7752f4 Make the bootstrap phase logable 7 年之前
os-config.tpl.yml f87dc8078a Use docker-17.06.2-ce as default user docker 7 年之前
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.1.4 - Docker 17.06.2-ce - Linux 4.9.78

ISO

Additional Downloads

Latest Links

v1.1.4 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-20b1e24f
eu-west-3 HVM ami-41a2143c
eu-west-2 HVM ami-cea247a9
eu-west-1 HVM ami-365f364f
ap-northeast-2 HVM ami-57d07239
ap-northeast-1 HVM ami-75720513
sa-east-1 HVM ami-08074964
ca-central-1 HVM ami-359e1a51
ap-southeast-1 HVM ami-88feb8f4
ap-southeast-2 HVM ami-b4f50ed6
eu-central-1 HVM ami-f034509f
us-east-1 HVM ami-8f404ef5
us-east-2 HVM ami-9393a6f6
us-west-1 HVM ami-00969960
us-west-2 HVM ami-c2a226ba

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.