Skip to content

Commit

Permalink
Tweak readme (update example image tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz committed Apr 11, 2024
1 parent 50d03e7 commit 4221b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4221b8c

Please sign in to comment.