https://github.com/zored/dmns
Docker Machine DNS
https://github.com/zored/dmns
Last synced: 19 days ago
JSON representation
Docker Machine DNS
- Host: GitHub
- URL: https://github.com/zored/dmns
- Owner: zored
- License: gpl-3.0
- Created: 2018-06-02T15:09:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T08:23:00.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T10:50:44.432Z (over 1 year ago)
- Language: PHP
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Machine DNS
## Usage
- Coming soon in composer.
- Update DNS rules on MacOS:
```bash
sudo dmns host:dns:update
```
- Start DNS sever:
```bash
sudo dmns host:dns:update
```
> Server will start automatically on reboot.
- Have fun!
```bash
$ docker-machine ip example
192.168.99.104
$ ping example.d
PING example.d (192.168.99.104)
```
## Settings
You may use `--tld d` to change TLD for your urls. For example, `--tld test` will suit your `example.test` domains.