docs: docs: guide - default values cue
Add default values cue doc page + implement all maintainers suggestions Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
slug: /1229/empty-buildkit-cache
|
||||
displayed_sidebar: europa
|
||||
displayed_sidebar: '0.2'
|
||||
---
|
||||
|
||||
# Empty BuildKit's cache
|
||||
# How to empty BuildKit's cache ?
|
||||
|
||||
There are two ways of emptying the BuildKit cache:
|
||||
|
||||
@@ -13,7 +13,7 @@ There are two ways of emptying the BuildKit cache:
|
||||
dagger do <your-action> --no-cache
|
||||
```
|
||||
|
||||
- Stop and remove the buildkitd container and remove its associated volume:
|
||||
- Stop and remove the buildkitd container then remove its associated volume:
|
||||
|
||||
```console
|
||||
docker stop dagger-buildkitd ; docker rm dagger-buildkitd ; docker volume rm dagger-buildkitd
|
||||
|
Reference in New Issue
Block a user