@@ -4,12 +4,13 @@ It's a [dnsmasq][dnsmasq] Docker image. It is only 6 MB in size. It is just an `
...
@@ -4,12 +4,13 @@ It's a [dnsmasq][dnsmasq] Docker image. It is only 6 MB in size. It is just an `
## Usage
## Usage
It is usually a good idea to use a tag other than `latest` if you are using this image in a production setting. There are currently two tags to choose from:
It is usually a good idea to use a tag other than `latest` if you are using this image in a production setting. There are several tags to choose from:
*`andyshinn/dnsmasq:2.72`: dnsmasq 2.72 based on Alpine 3.2
*`andyshinn/dnsmasq:2.72`: dnsmasq 2.72 based on Alpine 3.2
*`andyshinn/dnsmasq:2.75`: dnsmasq 2.75 based on Alpine 3.3
*`andyshinn/dnsmasq:2.75`: dnsmasq 2.75 based on Alpine 3.3
*`andyshinn/dnsmasq:2.76`: dnsmasq 2.76 based on Alpine 3.4
*`andyshinn/dnsmasq:2.76`: dnsmasq 2.76 based on Alpine 3.4
*`andyshinn/dnsmasq:2.78`: dnsmasq 2.78 based on Alpine Edge
*`andyshinn/dnsmasq:2.78`: dnsmasq 2.78 based on Alpine Edge
*`andyshinn/dnsmasq:2.79`: dnsmasq 2.78 based on Alpine 3.8
[dnsmasq][dnsmasq] requires `NET_ADMIN` capabilities to run correctly. Start it with something like `docker run -p 53:53/tcp -p 53:53/udp --cap-add=NET_ADMIN andyshinn/dnsmasq:2.75`.
[dnsmasq][dnsmasq] requires `NET_ADMIN` capabilities to run correctly. Start it with something like `docker run -p 53:53/tcp -p 53:53/udp --cap-add=NET_ADMIN andyshinn/dnsmasq:2.75`.