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:
guillaume
2022-04-14 15:10:35 +02:00
parent 204d067bcc
commit 49de5d022c
7 changed files with 80 additions and 26 deletions

View File

@@ -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