An open API service indexing awesome lists of open source software.

https://github.com/akafeng/docker-dnsmasq

๐Ÿณ Docker Image Packaging for Dnsmasq
https://github.com/akafeng/docker-dnsmasq

debian dhcp-server dns-server dnsmasq docker

Last synced: about 1 month ago
JSON representation

๐Ÿณ Docker Image Packaging for Dnsmasq

Awesome Lists containing this project

README

          

Dnsmasq

Dnsmasq provides a DNS server, a DHCP server with support for DHCPv6 and PXE, and a TFTP server.


Container Registry ยท
Project Source






---

### Pull The Image

```bash
$ docker pull ghcr.io/akafeng/dnsmasq
```

### Start Container

```bash
$ docker run -d \
-v /etc/dnsmasq.conf:/etc/dnsmasq.conf \
--cap-add=NET_ADMIN \
--network=host \
--restart=always \
--name=dnsmasq \
ghcr.io/akafeng/dnsmasq
```