docs: fix readme sample typo (#2792)
Signed-off-by: zhangzhiqiang02 <zhangzhiqiang02@megvii.com>
This commit is contained in:
parent
d2c8b26247
commit
aac7360ffd
|
|
@ -508,7 +508,7 @@ provide a kaniko cache warming image at `gcr.io/kaniko-project/warmer`:
|
||||||
```shell
|
```shell
|
||||||
docker run -v $(pwd):/workspace gcr.io/kaniko-project/warmer:latest --cache-dir=/workspace/cache --image=<image to cache> --image=<another image to cache>
|
docker run -v $(pwd):/workspace gcr.io/kaniko-project/warmer:latest --cache-dir=/workspace/cache --image=<image to cache> --image=<another image to cache>
|
||||||
docker run -v $(pwd):/workspace gcr.io/kaniko-project/warmer:latest --cache-dir=/workspace/cache --dockerfile=<path to dockerfile>
|
docker run -v $(pwd):/workspace gcr.io/kaniko-project/warmer:latest --cache-dir=/workspace/cache --dockerfile=<path to dockerfile>
|
||||||
docker run -v $(pwd):/workspace gcr.io/kaniko-project/warmer:latest --cache-dir=/workspace/cache --dockerfile=<path to dockerfile> --build-args version=1.19
|
docker run -v $(pwd):/workspace gcr.io/kaniko-project/warmer:latest --cache-dir=/workspace/cache --dockerfile=<path to dockerfile> --build-arg version=1.19
|
||||||
```
|
```
|
||||||
|
|
||||||
`--image` can be specified for any number of desired images. `--dockerfile` can
|
`--image` can be specified for any number of desired images. `--dockerfile` can
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue