From f9728de7a3a5bca5db800edf17d8bc3b39358b77 Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 17 May 2014 18:12:44 +0000 Subject: [PATCH] Add README.md file for sysinit directory Note, this text is just copied from sysinit.go See Issue #5873 Docker-DCO-1.1-Signed-off-by: Timothy (github: https://github.com/timthelion) --- sysinit/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sysinit/README.md diff --git a/sysinit/README.md b/sysinit/README.md new file mode 100644 index 0000000000..c28d0298b8 --- /dev/null +++ b/sysinit/README.md @@ -0,0 +1,4 @@ +Sys Init code + +This code is run INSIDE the container and is responsible for setting +up the environment before running the actual process