Merge pull request #9558 from philips/fixup-typo-in-systemd-article

docs: docker.service not services
This commit is contained in:
James Turnbull 2014-12-09 23:10:17 +11:00
commit c587a3faf6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ or `/etc/systemd/service`.
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. and volumes by moving it to a separate partition.
In this example, we'll assume that your `docker.services` file looks something like: In this example, we'll assume that your `docker.service` file looks something like:
[Unit] [Unit]
Description=Docker Application Container Engine Description=Docker Application Container Engine