-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

docker image


> Manage Docker images.

> See also `docker build`, `docker import`, and `docker pull`.

More information.


List local Docker images:

docker image ls

Delete unused local Docker images:

docker image prune

Delete all unused images (not just those without a tag):

docker image prune --all

Show the history of a local Docker image:

docker image history {image}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:47:58 2024