Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 729 Bytes

Use_CLI_commands_such_as_list_delete_prune_rmi_etc_to_manage_images.md

File metadata and controls

10 lines (8 loc) · 729 Bytes

Use CLI commands such as list delete prune rmi etc to manage images

Since Docker introduced an image namespace for the CLI there are different ways of triggering the same action. For instance you can delete an image with docker rmi or docker image rm. On top of that there also command aliases for docker image rm like rmi, remove. Currently it is not clear if it is expected to know all these variants for the certification.

Official Docker Documentation

docker image ls
docker image rm
docker image prune