From 8dfd4b677b60bc2b5de0214bb3cef1a04da12bed Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 17 May 2014 18:01:47 +0000 Subject: [PATCH] Add readme for the daemonconfig directory See Issue #5873 Docker-DCO-1.1-Signed-off-by: Timothy (github: https://github.com/timthelion) --- daemonconfig/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 daemonconfig/README.md diff --git a/daemonconfig/README.md b/daemonconfig/README.md new file mode 100644 index 0000000000..488e7c7cac --- /dev/null +++ b/daemonconfig/README.md @@ -0,0 +1,3 @@ +This directory contains code pertaining to the configuration of the docker deamon + +These are the configuration settings that you pass to the docker daemon when you launch it with say: `docker -d -e lxc`