Merge pull request #1522 from qingyunha/master

README.md: correct headers level
This commit is contained in:
Michael Crosby 2017-09-18 10:06:28 -04:00 committed by GitHub
commit 59384ffdb0

View File

@ -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: