crane: add Dutch translation (#14264)
This commit is contained in:
20
pages.nl/common/crane-index-filter.md
Normal file
20
pages.nl/common/crane-index-filter.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# crane index filter
|
||||
|
||||
> Wijzigt een remote index door te filteren op basis van platform.
|
||||
> Meer informatie: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_index_filter.md>.
|
||||
|
||||
- Wijzig de remote index:
|
||||
|
||||
`crane index filter`
|
||||
|
||||
- Specificeer het platform(en) dat je wilt behouden uit de basis in de vorm os/arch{{/variant}}{{:osversion}}{{,<platform>}}:
|
||||
|
||||
`crane index filter --platform {{platform1 platform2 ...}}`
|
||||
|
||||
- Tag die toegepast moet worden op de resulterende image:
|
||||
|
||||
`crane index filter {{-t|--tags}} {{tag_naam}}`
|
||||
|
||||
- Toon help:
|
||||
|
||||
`crane index filter {{-h|--help}}`
|
Reference in New Issue
Block a user