Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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