Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
| ... | ... |
@@ -1,5 +1,12 @@ |
| 1 | 1 |
# Docker Upstart and SysVinit configuration file |
| 2 | 2 |
|
| 3 |
+# |
|
| 4 |
+# THIS FILE DOES NOT APPLY TO SYSTEMD |
|
| 5 |
+# |
|
| 6 |
+# Please see the documentation for "systemd drop-ins": |
|
| 7 |
+# https://docs.docker.com/engine/articles/systemd/ |
|
| 8 |
+# |
|
| 9 |
+ |
|
| 3 | 10 |
# Customize location of Docker binary (especially for development testing). |
| 4 | 11 |
#DOCKER="/usr/local/bin/docker" |
| 5 | 12 |
|