Add command to remove Docker images

This commit is contained in:
James Skemp 2023-09-10 16:43:01 -05:00
parent 0b3186694e
commit 1ccc5b85e8
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ docker search <term>
# Show all downloaded images.
docker images
# Remove an image.
docker rmi <image-id>
```
## Containers