Skip to content

Commit

Permalink
Merge pull request #1459 from Tamik/fix-typo
Browse files Browse the repository at this point in the history
Fixed typo in README
  • Loading branch information
ktock authored Nov 6, 2023
2 parents 64ab83b + 7c6b1c2 commit 6c207bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $ docker buildx build -t ghcr.io/ktock/hello:esgz \
> NOTE2: Docker still does not support lazy pulling of eStargz.
eStargz-enaled BuildKit (v0.10) will be [included to Docker v22.XX](https://github.com/moby/moby/blob/v22.06.0-beta.0/vendor.mod#L51) however you can build eStargz images with the prior version using Buildx [driver](https://github.com/docker/buildx/blob/master/docs/reference/buildx_create.md#-set-the-builder-driver-to-use---driver) feature.
eStargz-enabled BuildKit (v0.10) will be [included to Docker v22.XX](https://github.com/moby/moby/blob/v22.06.0-beta.0/vendor.mod#L51) however you can build eStargz images with the prior version using Buildx [driver](https://github.com/docker/buildx/blob/master/docs/reference/buildx_create.md#-set-the-builder-driver-to-use---driver) feature.
You can enable the specific version of BuildKit using [`docker buildx create`](https://docs.docker.com/engine/reference/commandline/buildx_create/) (this example specifies `v0.10.3`).
```
Expand Down

0 comments on commit 6c207bc

Please sign in to comment.