Skip to content

Commit

Permalink
docs: mention the 'skip-build-cache' flag
Browse files Browse the repository at this point in the history
MrHedmad committed Apr 15, 2024
1 parent 90a6ac4 commit 2525042
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/tutorial/run_containers.md
Original file line number Diff line number Diff line change
@@ -127,3 +127,11 @@ In this way, Kerblam! will run the containers with the proper paths.
>
> There is currently no way to configure a different working directory for every
> specific dockerfile.
### Skipping using cache
Sometimes, you want to skip using the build cache when executing a pipeline
with a container executable.

Using `kerblam run my_pipeline --skip-build-cache` will do just that: the
build backend will be told not to use the cached layers for that build (with
[the `--no-cache` flag](https://docs.docker.com/reference/cli/docker/image/build/#options)).

0 comments on commit 2525042

Please sign in to comment.