mirror of https://github.com/docker/docs.git
remove useless class declaration
This commit is contained in:
parent
e0a6ca6cb9
commit
6db3d29c1e
|
@ -42,8 +42,7 @@ dependency graph that can be used to put together very complex build
|
|||
definitions. It also supports features not exposed in Dockerfiles, like direct
|
||||
data mounting and nested invocation.
|
||||
|
||||
{:class="invertible"
|
||||
style="width:60%"}
|
||||

|
||||
|
||||
Everything about execution and caching of your builds is defined in LLB. The
|
||||
caching model is entirely rewritten compared to the legacy builder. Rather than
|
||||
|
@ -111,4 +110,4 @@ daemon.
|
|||
> BuildKit only supports building Linux containers. Windows support is tracked
|
||||
> in
|
||||
> [`moby/buildkit#616`](https://github.com/moby/buildkit/issues/616)
|
||||
{ .warning }
|
||||
{ .warning }
|
||||
|
|
Loading…
Reference in New Issue