1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00

Update README.md

This commit is contained in:
Darren
2015-02-21 00:52:46 -07:00
parent cbda9cfbb1
commit 9b0a1b0f7f

View File

@@ -15,7 +15,7 @@ boot from the `rancheros.iso` from the [releases](https://github.com/rancherlabs
## Logging in
Log in with rancher/rancher and use `sudo` to get root access.
Log in with **rancher/rancher** and use `sudo` to get root access.
Once cloud-init integration is finished we will not need to hard code the
password anymore.
@@ -43,8 +43,8 @@ You can edit the configuration with the `rancherctl config` command.
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. We created this separation as is really seemed like a
bad idea that if somebody did `docker rm -f $(docker ps -qa)` they would delete the entire OS.
![How it works](https://raw.githubusercontent.com/rancherlabs/os/master/docs/rancheros.png "How it works")
a container that runs the user Docker. The user Docker is then the instance that gets primarilry
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](docs/rancheros.png "How it works")