cmd/dist, images: allow image delete
This adds very simple deletion of images by name. We still need to consider the approach to handling image name, so this may change. For the time being, it allows one to delete an image entry in the metadata database. Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
b488d4d7e2
commit
cc983be17a
4 changed files with 46 additions and 0 deletions
1
cmd/dist/main.go
vendored
1
cmd/dist/main.go
vendored
|
@ -62,6 +62,7 @@ distribution tool
|
|||
}
|
||||
app.Commands = []cli.Command{
|
||||
imagesCommand,
|
||||
rmiCommand,
|
||||
pullCommand,
|
||||
fetchCommand,
|
||||
fetchObjectCommand,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue