Skip to content

Commit

Permalink
doc: running with host network instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Mar 16, 2024
1 parent 751a0cf commit 5e99af2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5e99af2

Please sign in to comment.