https://github.com/turing-machines/dnsmasq-docker
https://github.com/turing-machines/dnsmasq-docker
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/turing-machines/dnsmasq-docker
- Owner: turing-machines
- Created: 2019-11-02T17:38:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T18:08:37.000Z (about 6 years ago)
- Last Synced: 2024-12-29T15:15:01.823Z (10 months ago)
- Language: Dockerfile
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dnsmasq docker container
### systemd
```
git clone https://github.com/turing-machines/dnsmasq-docker
cd dnsmasq-docker
docker build -t turing-machines/dnsmasq .
cp dnsmask.docker.service /etc/systemd/system
sudo systemctl enable dnsmasq.service
sudo sustemctl start dnsmasq.service
```