Skip to content
PolarBearEs edited this page May 22, 2026 · 1 revision

Cache

pocker cache manages pocker's local blob and partial-download cache.

Delete cached blobs and partial downloads:

pocker cache clean

Use --cache-dir to choose a non-default cache location:

pocker --cache-dir ./pocker-cache pull alpine:latest

Clone this wiki locally