mirror of https://github.com/docker/docs.git
add some details on limitation of buildkit with UCP (#9118)
add details on limitation of buildkit with UCP
This commit is contained in:
parent
330df76517
commit
c60d3ca8d1
|
@ -22,8 +22,9 @@ For more information on build options, see the reference guide on the [command l
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* BuildKit mode is incompatible with UCP and Swarm Classic
|
|
||||||
* Only supported for building Linux containers
|
* Only supported for building Linux containers
|
||||||
|
* BuildKit mode is compatible with UCP 3.2 or newer
|
||||||
|
* BuildKit mode is incompatible with Swarm Classic
|
||||||
|
|
||||||
## To enable buildkit builds
|
## To enable buildkit builds
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue