https://github.com/theohbrothers/docker-dnsmasq
Dockerized dnsmasq 🐳
https://github.com/theohbrothers/docker-dnsmasq
buildx dnsmasq docker generate-dockerimagevariants
Last synced: 3 months ago
JSON representation
Dockerized dnsmasq 🐳
- Host: GitHub
- URL: https://github.com/theohbrothers/docker-dnsmasq
- Owner: theohbrothers
- License: apache-2.0
- Created: 2023-10-12T12:35:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T10:54:09.000Z (about 2 years ago)
- Last Synced: 2025-01-25T14:29:07.650Z (over 1 year ago)
- Topics: buildx, dnsmasq, docker, generate-dockerimagevariants
- Language: PowerShell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-dnsmasq
[](https://github.com/theohbrothers/docker-dnsmasq/actions/workflows/ci-master-pr.yml)
[](https://github.com/theohbrothers/docker-dnsmasq/releases/)
[](https://hub.docker.com/r/theohbrothers/docker-dnsmasq)
Dockerized [dnsmasq](https://dnsmasq.org/).
## Tags
| Tag | Dockerfile Build Context |
|:-------:|:---------:|
| `:2.90`, `:latest` | [View](variants/2.90) |
| `:2.86` | [View](variants/2.86) |
## Development
Requires Windows `powershell` or [`pwsh`](https://github.com/PowerShell/PowerShell).
```powershell
# Install Generate-DockerImageVariants module: https://github.com/theohbrothers/Generate-DockerImageVariants
Install-Module -Name Generate-DockerImageVariants -Repository PSGallery -Scope CurrentUser -Force -Verbose
# Edit ./generate templates
# Generate the variants
Generate-DockerImageVariants .
```