diff --git a/README.md b/README.md index 5f690e6..2c81eee 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,14 @@ docker run --rm devops-toolkit:latest ansible --version ## Running Sample Tool Code Inside the Toolkit Check out the full samples and instruction at [samples](./samples/) - +- Run with default docker network ```bash docker run --rm devops-toolkit:latest samples/run_sample.sh ``` +- Run with host network +```bash +docker run --network host --rm devops-toolkit:latest samples/run_sample.sh +``` ## The DevOps Toolkit Core