From 459fb29be6ad78edd77de20e293d6f82e79bde6a Mon Sep 17 00:00:00 2001 From: Yahya SayadArbabi Date: Fri, 4 Jan 2019 13:15:17 +0330 Subject: [PATCH] Fix "Docker notes" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d66a6921..afc43bd3 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The ```--rm``` flag is optional. It removes the container filesystem after runn One caveat is the text file that is created will only exist in the container so you will not be able to get at that. -Or you can simply use docker to run `sherlock`: +Or you can simply use "Docker Hub" to run `sherlock`: ``` docker run theyahya/sherlock user123 ```