From e1ce48d5d25a848b68af886242c0c96201ec923b Mon Sep 17 00:00:00 2001 From: Tao Qingyun <845767657@qq.com> Date: Sun, 17 Sep 2017 07:24:25 +0800 Subject: [PATCH] README.md: correct headers level Signed-off-by: Tao Qingyun <845767657@qq.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 855789cb6..94c34c9e9 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ You can specify options when creating a container about how to modify the specif redis, err := client.NewContainer(context, "redis-master", containerd.WithNewSpec(containerd.WithImageConfig(image))) ``` -## Root Filesystems +### Root Filesystems containerd allows you to use overlay or snapshot filesystems with your containers. It comes with builtin support for overlayfs and btrfs. @@ -148,7 +148,7 @@ defer task.Delete(context) err := task.Start(context) ``` -### Developer Quick-Start +## Developer Quick-Start To build the daemon and `ctr` simple test client, the following build system dependencies are required: