mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Merge pull request #2033 from yamamoto-febc/fix_typo
Fix typo in docs
(cherry picked from commit b30d6db3b0
)
This commit is contained in:
@@ -76,7 +76,7 @@ rancher/os:v0.4.5 remote
|
||||
rancher/os:v0.5.0 remote
|
||||
```
|
||||
|
||||
Alternatively, you can set the installer image to any image in System Docker to install RancherOS. This is particularily useful for machines that will not have direct access to the internet.
|
||||
Alternatively, you can set the installer image to any image in System Docker to install RancherOS. This is particularly useful for machines that will not have direct access to the internet.
|
||||
|
||||
### SSH into RancherOS
|
||||
|
||||
|
@@ -24,6 +24,6 @@ RancherOS uses the mount syscall rather than the `mount` command behind the scen
|
||||
|
||||
### Shared Mounts
|
||||
|
||||
By default, `/media` and `/mnt` are mounted as shared in the console container. This means that mounts within these directories will propogate to the host as well as other system services that mount these folders as shared.
|
||||
By default, `/media` and `/mnt` are mounted as shared in the console container. This means that mounts within these directories will propagate to the host as well as other system services that mount these folders as shared.
|
||||
|
||||
See [here](https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt) for a more detailed overview of shared mounts and their properties.
|
||||
|
@@ -53,7 +53,7 @@ $ sudo ros service up service1 service2 service3
|
||||
|
||||
The https://github.com/rancher/os-services repository is used for the built-in services, but you can create your own, and configure RancherOS to use it in addition (or to replace) it.
|
||||
|
||||
The config settings to set the url in which `ros` should look for an `index.yml` file is: `rancher.repositories.<name>.url`. The `core` repository url is set when a release is made, and any other `<name>` url you add will be listed together when running `ros console list`, `ros servce list` or `ros engine list`
|
||||
The config settings to set the url in which `ros` should look for an `index.yml` file is: `rancher.repositories.<name>.url`. The `core` repository url is set when a release is made, and any other `<name>` url you add will be listed together when running `ros console list`, `ros service list` or `ros engine list`
|
||||
|
||||
For example, in RancherOS v0.7.0, the `core` repository is set to `https://raw.githubusercontent.com/rancher/os-services/v0.7.0`.
|
||||
|
||||
|
Reference in New Issue
Block a user