Cleaned up wordpress crumbs

This commit is contained in:
Mike Conrad
2025-02-19 18:15:27 -05:00
parent f5692ad816
commit 1fa31b4ace
14 changed files with 2 additions and 43 deletions

View File

@ -5,13 +5,10 @@ categories:
- Docker
- Software Engineering
date: "2024-04-03T09:12:41Z"
guid: https://hackanooga.com/?p=557
id: 557
image: /wp-content/uploads/2024/04/docker-logo-blue-min.png
tags:
- Blog Post
title: Stop all running containers with Docker
url: /stop-all-running-containers-with-docker/
---
These are some handy snippets I use on a regular basis when managing containers. I have one server in particular that can sometimes end up with 50 to 100 orphaned containers for various reasons. The easiest/quickest way to stop all of them is to do something like this: