Browse code

Add a note to /etc/default/docker noting that it does not apply to systemd

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>

Tianon Gravi authored on 2016/01/23 00:35:02
Showing 1 changed files
... ...
@@ -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