Reverted docker service restart command to use systemctl directly.

This commit is contained in:
Robin Schneider 2015-08-12 22:04:01 +02:00
parent c679404695
commit 7007c49d34
No known key found for this signature in database
GPG Key ID: 489A4D5EC353C98A
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Append the `--ipv6` argument to the `DOCKER_OPTS` variable in:
Reload the daemon and restart docker so that it takes affect:
service docker restart
systemctl restart docker.service
### Step 3 — Setup the systemd Unit File