fix /etc/host typo in remote API docs

Signed-off-by: Tony Miller <mcfiredrill@gmail.com>
This commit is contained in:
Tony Miller 2015-01-27 10:12:54 +09:00
Родитель c48f61cb7a
Коммит 87d2adf070
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -222,7 +222,7 @@ Json Parameters:
- **Dns** - A list of dns servers for the container to use.
- **DnsSearch** - A list of DNS search domains
- **ExtraHosts** - A list of hostnames/IP mappings to be added to the
container's `/etc/host` file. Specified in the form `["hostname:IP"]`.
container's `/etc/hosts` file. Specified in the form `["hostname:IP"]`.
- **VolumesFrom** - A list of volumes to inherit from another container.
Specified in the form `<container name>[:<ro|rw>]`
- **CapAdd** - A list of kernel capabilties to add to the container.

Просмотреть файл

@ -222,7 +222,7 @@ Json Parameters:
- **Dns** - A list of dns servers for the container to use.
- **DnsSearch** - A list of DNS search domains
- **ExtraHosts** - A list of hostnames/IP mappings to be added to the
container's `/etc/host` file. Specified in the form `["hostname:IP"]`.
container's `/etc/hosts` file. Specified in the form `["hostname:IP"]`.
- **VolumesFrom** - A list of volumes to inherit from another container.
Specified in the form `<container name>[:<ro|rw>]`
- **CapAdd** - A list of kernel capabilties to add to the container.

Просмотреть файл

@ -225,7 +225,7 @@ Json Parameters:
- **Dns** - A list of dns servers for the container to use.
- **DnsSearch** - A list of DNS search domains
- **ExtraHosts** - A list of hostnames/IP mappings to be added to the
container's `/etc/host` file. Specified in the form `["hostname:IP"]`.
container's `/etc/hosts` file. Specified in the form `["hostname:IP"]`.
- **VolumesFrom** - A list of volumes to inherit from another container.
Specified in the form `<container name>[:<ro|rw>]`
- **CapAdd** - A list of kernel capabilties to add to the container.