mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
+ added missing link in index.rst
* some gramatic and spelling fixes Thx jamtur :)
This commit is contained in:
parent
158e3d60ec
commit
3edbf416bf
2 changed files with 6 additions and 5 deletions
|
@ -17,7 +17,7 @@ Installing on FrugalWare is handled via the official packages:
|
||||||
|
|
||||||
* `lxc-docker x86_64 <http://www.frugalware.org/packages/200130>`_
|
* `lxc-docker x86_64 <http://www.frugalware.org/packages/200130>`_
|
||||||
|
|
||||||
The lxc-docker package will install the latest tagged version of docker.
|
The `lxc-docker` package will install the latest tagged version of docker.
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
@ -48,7 +48,7 @@ is all that is needed.
|
||||||
Starting Docker
|
Starting Docker
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
There is a systemd service unit created for docker. To start the docker service:
|
There is a systemd service unit created for Docker. To start Docker as service:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
@ -64,16 +64,16 @@ To start on system boot:
|
||||||
Network Configuration
|
Network Configuration
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
IPv4 packet forwarding is disabled by default on FrugalWare, so internet access from inside
|
IPv4 packet forwarding is disabled by default on FrugalWare, so Internet access from inside
|
||||||
the container may not work.
|
the container may not work.
|
||||||
|
|
||||||
To enable the forwarding, run as root on the host system:
|
To enable packet forwarding, run the following command as the ``root`` user on the host system:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
sysctl net.ipv4.ip_forward=1
|
sysctl net.ipv4.ip_forward=1
|
||||||
|
|
||||||
And, to make it persistent across reboots, enable it on the host's **/etc/sysctl.d/docker.conf**:
|
And, to make it persistent across reboots, add the following to a file named **/etc/sysctl.d/docker.conf**:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@ Contents:
|
||||||
fedora
|
fedora
|
||||||
archlinux
|
archlinux
|
||||||
gentoolinux
|
gentoolinux
|
||||||
|
frugalware
|
||||||
vagrant
|
vagrant
|
||||||
windows
|
windows
|
||||||
amazon
|
amazon
|
||||||
|
|
Loading…
Add table
Reference in a new issue