https://github.com/powerdns/pdns-fig
https://github.com/powerdns/pdns-fig
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/powerdns/pdns-fig
- Owner: PowerDNS
- Created: 2014-09-19T12:59:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T06:54:54.000Z (almost 12 years ago)
- Last Synced: 2025-04-13T21:51:31.324Z (over 1 year ago)
- Language: Shell
- Size: 145 KB
- Stars: 3
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pdns-fig
========
WIP.
Use `fig build`, then `fig run pdns bash`. If you then build pdns,
this works:
```
pdns/regression-tests# GMYSQLHOST=$MYSQL_1_PORT_3306_TCP_ADDR GMYSQLPASSWD=$MYSQL_1_ENV_MYSQL_ROOT_PASSWORD ./start-test-stop 5300 gmysql
```
A couple of tests fail due to missing software.
TODO:
-----
* don't run as root
* add more linked containers (postgres)
* install more tools (including stuff that right now is not packaged)
* set up networking for recursor testing
* switch to Ansible before the Dockerfile hits 15 lines
* set GMYSQLHOST and similar vars so start-test-stop works without a lot of typing
* include a configure script for 'the works'