A Linux administrator is performing maintenance on a Docker host and needs to reclaim disk space. Which command should they use to remove all unused images, including tagged images that are not associated with any container?
-
A
docker system prune
-
B
docker image prune -a
-
C
docker rmi $(docker images -q)
-
D
docker image prune