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
|
"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