====== Docker - Containers - Automatically delete containers when they exit ====== The **--rm** flag automatically deletes a container when it exits. This can make it easier to keep things clean. docker run --rm