https://github.com/michaco/unboundpipelinetest
https://github.com/michaco/unboundpipelinetest
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaco/unboundpipelinetest
- Owner: MichaCo
- Created: 2020-03-14T13:37:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T13:48:53.000Z (over 6 years ago)
- Last Synced: 2025-01-09T20:50:55.637Z (over 1 year ago)
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Running the container
Copies the config file over (from windows, has to be an absolute path it seems?!)
```bash
docker run --rm -it -v E:\GIT\MichaCo\UnboundDocker\unbound-config:/myconfig/ -p 53:5053/tcp -p 53:5053/udp klutchell/unbound -c /myconfig/unbound.config
```