mirror of https://github.com/docker/docs.git
build: fix c8d option in daemon.json
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
9f716b9ee9
commit
5b4ea5ef0f
|
@ -49,7 +49,7 @@ to your `/etc/docker/daemon.json` configuration file.
|
|||
```json {hl_lines=3}
|
||||
{
|
||||
"features": {
|
||||
"containerd-snapshotters": true
|
||||
"containerd-snapshotter": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue