From f424b17b60d1bdbbb4f7fd77b94a4a7c0f6fa9fb Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 22 Oct 2024 15:15:36 +0200 Subject: [PATCH] Adjust example docker command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d18fb..ee84993 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Run the following command to start a new Docker container with `catadog`. ``` -docker run --rm -d --name catadog ghcr.io/datadog/catadog +docker run --rm -it --publish 8128:8128 --name catadog ghcr.io/datadog/catadog ``` ### Global command