mirror of https://github.com/docker/docs.git
Merge pull request #17635 from crazy-max/dd-rm-buildkit-feature
desktop: remove BuildKit feature from daemon config
This commit is contained in:
commit
67d1197b38
|
@ -62,10 +62,7 @@ Here's what the configuration file might look like:
|
||||||
"enabled": true
|
"enabled": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"experimental": false,
|
"experimental": false
|
||||||
"features": {
|
|
||||||
"buildkit": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -136,10 +136,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m
|
||||||
"enabled": true
|
"enabled": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"experimental": false,
|
"experimental": false
|
||||||
"features": {
|
|
||||||
"buildkit": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -189,10 +189,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m
|
||||||
"enabled": true
|
"enabled": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"experimental": false,
|
"experimental": false
|
||||||
"features": {
|
|
||||||
"buildkit": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -223,10 +223,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m
|
||||||
"enabled": true
|
"enabled": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"experimental": false,
|
"experimental": false
|
||||||
"features": {
|
|
||||||
"buildkit": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue