Deleting Images and Containers
Learn how to delete a running container and remove local images from your system.
We'll cover the following...
You can run docker images
and docker ps -a
commands to see the images you pulled and the containers you created as part of this ...