From 82b0f6caa0954c3e2bb01d198797bce6df48811b Mon Sep 17 00:00:00 2001 From: Franck FERMAN Date: Wed, 25 Oct 2023 23:32:52 +0000 Subject: [PATCH] Correction of a minor detail. The devil is in the detail. --- docker/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 0ef78a6..8515a61 100644 --- a/docker/README.md +++ b/docker/README.md @@ -62,7 +62,6 @@ Retrieve the Docker image using: ### Running the Container Start a container based on the image: - ```bash # docker run -it --name metadetective franckferman/metadetective /bin/bash ```