Skip to content

Commit

Permalink
Merge pull request #2 from theohbrothers/docs/update-readme
Browse files Browse the repository at this point in the history
Docs: Update readme
  • Loading branch information
leojonathanoh committed Dec 5, 2023
2 parents f286ac0 + b856887 commit edfb067
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# docker-coredns
# docker-nginx-forward-proxy

[![github-actions](https://github.com/theohbrothers/docker-coredns/workflows/ci-master-pr/badge.svg)](https://github.com/theohbrothers/docker-coredns/actions)
[![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-coredns?style=flat-square)](https://github.com/theohbrothers/docker-coredns/releases/)
[![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-coredns/latest)](https://hub.docker.com/r/theohbrothers/docker-coredns)
[![github-actions](https://github.com/theohbrothers/docker-nginx-forward-proxy/workflows/ci-master-pr/badge.svg)](https://github.com/theohbrothers/docker-nginx-forward-proxy/actions)
[![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-nginx-forward-proxy?style=flat-square)](https://github.com/theohbrothers/docker-nginx-forward-proxy/releases/)
[![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-nginx-forward-proxy/latest)](https://hub.docker.com/r/theohbrothers/docker-nginx-forward-proxy)

Dockerized [coredns](https://github.com/coredns/coredns).
The `nginx-foward-proxy` is a so simple HTTP proxy server using the nginx.

Whereas [official coredns docker image](https://hub.docker.com/r/coredns/coredns) is based on a scratch image, this image based on Alpine. This slight improvement enables shell scripts to be used as the entrypoint, to help to dynamically generate `coredns` config files, and help with debugging. The `coredns` binaries are sourced from their official images.
You can easily build a HTTP proxy server using this.

## Tags

Expand Down
12 changes: 6 additions & 6 deletions generate/templates/README.md.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@"
# docker-coredns
# docker-nginx-forward-proxy
[![github-actions](https://github.com/theohbrothers/docker-coredns/workflows/ci-master-pr/badge.svg)](https://github.com/theohbrothers/docker-coredns/actions)
[![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-coredns?style=flat-square)](https://github.com/theohbrothers/docker-coredns/releases/)
[![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-coredns/latest)](https://hub.docker.com/r/theohbrothers/docker-coredns)
[![github-actions](https://github.com/theohbrothers/docker-nginx-forward-proxy/workflows/ci-master-pr/badge.svg)](https://github.com/theohbrothers/docker-nginx-forward-proxy/actions)
[![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-nginx-forward-proxy?style=flat-square)](https://github.com/theohbrothers/docker-nginx-forward-proxy/releases/)
[![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-nginx-forward-proxy/latest)](https://hub.docker.com/r/theohbrothers/docker-nginx-forward-proxy)
Dockerized [coredns](https://github.com/coredns/coredns).
The ``nginx-foward-proxy`` is a so simple HTTP proxy server using the nginx.
Whereas [official coredns docker image](https://hub.docker.com/r/coredns/coredns) is based on a scratch image, this image based on Alpine. This slight improvement enables shell scripts to be used as the entrypoint, to help to dynamically generate ``coredns`` config files, and help with debugging. The ``coredns`` binaries are sourced from their official images.
You can easily build a HTTP proxy server using this.
## Tags
Expand Down

0 comments on commit edfb067

Please sign in to comment.