Skip to content

Commit

Permalink
fix: correct some typos about nerdctl image rm
Browse files Browse the repository at this point in the history
Signed-off-by: abushwang <[email protected]>
  • Loading branch information
wswsmao authored and Desiki-high committed Oct 25, 2024
1 parent 4ee6ddd commit a575439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nydus-fscache.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ nerdctl pull --snapshotter=nydus docker.io/hsiangkao/ubuntu:20.04-rafs-v6
nerdctl run --rm -t --snapshotter=nydus docker.io/hsiangkao/ubuntu:20.04-rafs-v6 ubuntu /bin/bash

# remove nydus image
nerdctl images rm docker.io/hsiangkao/ubuntu:20.04-rafs-v6
nerdctl image rm docker.io/hsiangkao/ubuntu:20.04-rafs-v6
```

Some RAFS v6 referenced images (in Zstd algorithms):
Expand Down

0 comments on commit a575439

Please sign in to comment.