mirror of https://github.com/docker/docs.git
desktop: remove BuildKit feature from daemon config
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
2063af1117
commit
5967cf9448
|
@ -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