mirror of https://github.com/docker/docs.git
Deleted references to AUFS
AUFS is no longer a dependency (both lxc-docker and lxc-docker-git are >=0.7), and the Arch kernel doesn't need to be replaced with AUFS_friendly.
This commit is contained in:
parent
6344e6f258
commit
d370a889c3
|
@ -30,7 +30,6 @@ either AUR package.
|
||||||
* bridge-utils
|
* bridge-utils
|
||||||
* go
|
* go
|
||||||
* iproute2
|
* iproute2
|
||||||
* linux-aufs_friendly
|
|
||||||
* lxc
|
* lxc
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
@ -41,9 +40,6 @@ The instructions here assume **yaourt** is installed. See
|
||||||
for information on building and installing packages from the AUR if you have not
|
for information on building and installing packages from the AUR if you have not
|
||||||
done so before.
|
done so before.
|
||||||
|
|
||||||
Keep in mind that if **linux-aufs_friendly** is not already installed that a
|
|
||||||
new kernel will be compiled and this can take quite a while.
|
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
yaourt -S lxc-docker-git
|
yaourt -S lxc-docker-git
|
||||||
|
@ -52,9 +48,6 @@ new kernel will be compiled and this can take quite a while.
|
||||||
Starting Docker
|
Starting Docker
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
Prior to starting docker modify your bootloader to use the
|
|
||||||
**linux-aufs_friendly** kernel and reboot your system.
|
|
||||||
|
|
||||||
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 the docker service:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
Loading…
Reference in New Issue