diff --git a/pages/writing/docker-cheat-sheet/index.mdx b/pages/writing/docker-cheat-sheet/index.mdx index 2ac132f..b9eef78 100644 --- a/pages/writing/docker-cheat-sheet/index.mdx +++ b/pages/writing/docker-cheat-sheet/index.mdx @@ -29,6 +29,8 @@ This is a living document of useful commands for maintaining and using Docker, a priority /> +I'll kick off this Docker cheat sheet with cleaning up Docker images, let's get started. + ## Cleaning up Docker images If you update your Docker container images regularly using something like [watchtower](https://containrrr.dev/watchtower/), you might have dangling images which are out-of-date and no longer associated with some of your running containers.