README.md: correct headers level
Signed-off-by: Tao Qingyun <845767657@qq.com>
This commit is contained in:
parent
b6a0fb137e
commit
e1ce48d5d2
@ -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)))
|
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.
|
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)
|
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:
|
To build the daemon and `ctr` simple test client, the following build system dependencies are required:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user