From 59301e018ce7933c86c9874c209802acdb170d69 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 4 Jan 2016 15:26:55 +0100 Subject: [PATCH] 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 --- docs/articles/configuring.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/articles/configuring.md b/docs/articles/configuring.md index fe2b5ffebc..0146218ab8 100644 --- a/docs/articles/configuring.md +++ b/docs/articles/configuring.md @@ -85,6 +85,10 @@ You can start/stop/restart the `docker` daemon using ### Configuring Docker +The instructions below depict configuring Docker on a system that uses `upstart` +as the process manager. As of Ubuntu 15.04, Ubuntu uses `systemd` as its process +manager. For Ubuntu 15.04 and higher, refer to [control and configure Docker with systemd](systemd.md). + You configure the `docker` daemon in the `/etc/default/docker` file on your system. You do this by specifying values in a `DOCKER_OPTS` variable.