From bb133061c2d3d8ac636e8dece12b5a0bdf5e5736 Mon Sep 17 00:00:00 2001 From: Melekhin Anton Date: Sat, 6 Jul 2024 14:29:13 +0400 Subject: [PATCH] docs(README): update documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 86fe8fe..517d208 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,12 @@ verifier: docker exec -it systemd-${DISTR}-${VERSION} /bin/bash ``` +- Remove the container + + ```bash + docker rm -f systemd-${DISTR}-${VERSION} + ``` + ## License MIT