switch root to a tmpfs filesystem, so pivot_root works, should make #57 work now

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-03-29 22:09:23 +01:00
parent 8b14968e16
commit 6d890f007b
3 changed files with 10 additions and 4 deletions

View File

@@ -30,8 +30,6 @@ start()
rm -rf /var/tmp/log
fi
export DOCKER_RAMDISK="true"
command="${DOCKER_BINARY:-/usr/bin/docker}"
pidfile="/run/docker.pid"