fix the typo in --cache-to example

Signed-off-by: Bin Du <bindu@microsoft.com>
This commit is contained in:
Bin Du
2019-05-05 23:38:39 -07:00
parent bbbbc2ca4b
commit c5a19f754f

View File

@ -317,7 +317,7 @@ Examples:
docker buildx build --cache-to=user/app:cache . docker buildx build --cache-to=user/app:cache .
docker buildx build --cache-to=type=inline . docker buildx build --cache-to=type=inline .
docker buildx build --cache-to=type=registry,ref=user/app . docker buildx build --cache-to=type=registry,ref=user/app .
docker buildx build --cache-to=type=local,src=path/to/cache . docker buildx build --cache-to=type=local,dest=path/to/cache .
``` ```