From f1de7dfd86d8c056bb927b75a73a9fe1cc727c03 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Sat, 19 Aug 2017 01:45:38 +0800 Subject: [PATCH] Update systemd.md (#4261) --- engine/admin/systemd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/admin/systemd.md b/engine/admin/systemd.md index 83f0f92832..c3c6aea5ee 100644 --- a/engine/admin/systemd.md +++ b/engine/admin/systemd.md @@ -1,6 +1,6 @@ --- description: Controlling and configuring Docker using systemd -keywords: docker, daemon, systemd, configuration +keywords: docker, daemon, systemd, configuration redirect_from: - /engine/articles/systemd/ - /articles/systemd/ @@ -48,7 +48,7 @@ a [HTTP proxy](#http-proxy). ### Runtime directory and storage driver -You may want to control the disk space used for Docker images, containers +You may want to control the disk space used for Docker images, containers, and volumes by moving it to a separate partition. To accomplish this, set the following flags in the `daemon.json` file: @@ -134,7 +134,7 @@ you will need to add this configuration in the Docker systemd service file. Environment=HTTPS_PROXY=https://proxy.example.com:443/ ``` -## Manually creating the systemd unit files +## Manually create the systemd unit files When installing the binary without a package, you may want to integrate Docker with systemd. For this, install the two unit files