mirror of https://github.com/docker/docs.git
engine: remove BuildKit feature from daemon config
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
5967cf9448
commit
94af21b6f7
|
@ -62,10 +62,7 @@ Here's what the configuration file might look like:
|
|||
"enabled": true
|
||||
}
|
||||
},
|
||||
"experimental": false,
|
||||
"features": {
|
||||
"buildkit": true
|
||||
}
|
||||
"experimental": false
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue