| by Scott Kilroy | No comments

List your local and running docker images and containers

To list your installed docker images run
docker images
To list your running docker containers run
docker ps

Share Button