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
|
||||
}
|
||||
},
|
||||
"experimental": false,
|
||||
"features": {
|
||||
"buildkit": true
|
||||
}
|
||||
"experimental": false
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -136,10 +136,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m
|
|||
"enabled": true
|
||||
}
|
||||
},
|
||||
"experimental": false,
|
||||
"features": {
|
||||
"buildkit": true
|
||||
}
|
||||
"experimental": false
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -189,10 +189,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m
|
|||
"enabled": true
|
||||
}
|
||||
},
|
||||
"experimental": false,
|
||||
"features": {
|
||||
"buildkit": true
|
||||
}
|
||||
"experimental": false
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -223,10 +223,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m
|
|||
"enabled": true
|
||||
}
|
||||
},
|
||||
"experimental": false,
|
||||
"features": {
|
||||
"buildkit": true
|
||||
}
|
||||
"experimental": false
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue