Replies: 1 comment
Two things are happening here:
Reclaimable means data not currently required by active containers. You wouldn't really want to remove those images, as they are needed for the container tool to work. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
These are the steps I used, please refer to the following.
Q1) Why does
container system dfshow 2 images, butcontainer image ls -vonly shows 1?Q2) Why does it already show
RECLAIMABLE 240.5 MB (4%)the very first time I use it? Can I delete it?% container system start
% container system status
% container image pull --platform linux/arm64 swift
% container create --detach --no-dns -it --name swift-6.3.3 swift /bin/bash
% container system df
% container image ls -v
% container ls --all
All reactions