From 4221b8c563ca11d3f152d8b8d61eb99e13263dfa Mon Sep 17 00:00:00 2001 From: Alex Lopez Date: Thu, 11 Apr 2024 09:26:08 +0200 Subject: [PATCH] Tweak readme (update example image tag) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f12f4e9..f341c544 100644 --- a/README.md +++ b/README.md @@ -387,13 +387,13 @@ To build a Docker environment with which to run kitchen tests, use the files und ``` cd docker_test_env -docker build -t chef-datadog-container . +docker build -t chef-datadog-test-env . ``` To run the container use: ``` -docker run -d -v /var/run/docker.sock:/var/run/docker.sock chef-datadog-container +docker run -d -v /var/run/docker.sock:/var/run/docker.sock chef-datadog-test-env ``` Then attach a console to the container or use the VS Code remote-container feature to develop inside the container.