Browse code

docs: update configuring docker for systemd

Ubuntu 15.04 and above uses systemd. Add a note
in the docs to point users to the right instructions.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/01/04 23:26:55
Showing 1 changed files
... ...
@@ -85,6 +85,10 @@ You can start/stop/restart the `docker` daemon using
85 85
 
86 86
 ### Configuring Docker
87 87
 
88
+The instructions below depict configuring Docker on a system that uses `upstart`
89
+as the process manager. As of Ubuntu 15.04, Ubuntu uses `systemd` as its process
90
+manager. For Ubuntu 15.04 and higher, refer to [control and configure Docker with systemd](systemd.md).
91
+
88 92
 You configure the `docker` daemon in the `/etc/default/docker` file on your
89 93
 system. You do this by specifying values in a `DOCKER_OPTS` variable.
90 94