mirror of https://github.com/docker/docs.git
Change "Linux" limitation wording
I read the previous wording as "Only works when run from a Linux host", where what it means is "Only works when building a Linux container". In other words, build enhancements work just fine if building Linux containers via Docker for Mac/Windows.
This commit is contained in:
parent
6226ab225e
commit
cea730af57
|
@ -23,7 +23,7 @@ For more information on build options, see the reference guide on the [command l
|
|||
## Limitations
|
||||
|
||||
* BuildKit mode is incompatible with UCP and Swarm Classic
|
||||
* Only supported on Linux
|
||||
* Only supported for building Linux containers
|
||||
|
||||
## To enable buildkit builds
|
||||
|
||||
|
|
Loading…
Reference in New Issue