[PR #88] [MERGED] Access containers by it's name / service name #262

Closed
opened 2026-02-26 04:34:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/88
Author: @mageddo
Created: 10/5/2018
Status: Merged
Merged: 10/6/2018
Merged by: @mageddo

Base: masterHead: feature/86


📝 Commits (9)

📊 Changes

13 files changed (+192 additions, -24 deletions)

View changed files

📝 README.md (+1 -1)
📝 RELEASE-NOTES.md (+3 -0)
📝 VERSION (+1 -1)
📝 conf/conf.go (+10 -0)
📝 docker-compose.yml (+1 -1)
📝 docs/developing/Developing-at-the-project.md (+3 -3)
📝 docs/features.md (+37 -1)
📝 docs/running.md (+2 -1)
📝 events/docker/docker.go (+48 -16)
events/docker/docker_test.go (+78 -0)
📝 events/local/local.go (+1 -0)
📝 flags/flags.go (+4 -0)
📝 utils/env/env.go (+3 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/88 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 10/5/2018 **Status:** ✅ Merged **Merged:** 10/6/2018 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/86` --- ### 📝 Commits (9) - [`8392a48`](https://github.com/mageddo/dns-proxy-server/commit/8392a487faa02433f1d002a25d3d0e6da31d859e) #86 refactoring hostnames recover - [`78fb89d`](https://github.com/mageddo/dns-proxy-server/commit/78fb89daeb4844e30c0dc559ceff3a8533226515) #86 unitary test for actual getHostnames - [`9cafc6d`](https://github.com/mageddo/dns-proxy-server/commit/9cafc6dc7396c99d8baa4d9e627f99bfb334bca9) #86 implementing container / service name register as hostname - [`ce567a4`](https://github.com/mageddo/dns-proxy-server/commit/ce567a4f11aeee7c270013c9b71a5fe1ac45a7db) #86 documenting - [`5315c69`](https://github.com/mageddo/dns-proxy-server/commit/5315c694624dd5547255cd559c56bd907e326088) #86 adding more instructions of how to run it - [`5ab53eb`](https://github.com/mageddo/dns-proxy-server/commit/5ab53eb1009e02d63395113eb7246a651d0d1731) #86 simplifying running it - [`cb3bd45`](https://github.com/mageddo/dns-proxy-server/commit/cb3bd459a68d85bb1c4beda0541b9aeb93d88bde) #86 fixing unit tests - [`3ffe7f1`](https://github.com/mageddo/dns-proxy-server/commit/3ffe7f1f0265adf02d2f91167f9b9155b7f8628d) #86 bump go version - [`d274b06`](https://github.com/mageddo/dns-proxy-server/commit/d274b063754d3b2bf8bcb1d35dd9040b23d6e158) #86 bump version ### 📊 Changes **13 files changed** (+192 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `RELEASE-NOTES.md` (+3 -0) 📝 `VERSION` (+1 -1) 📝 `conf/conf.go` (+10 -0) 📝 `docker-compose.yml` (+1 -1) 📝 `docs/developing/Developing-at-the-project.md` (+3 -3) 📝 `docs/features.md` (+37 -1) 📝 `docs/running.md` (+2 -1) 📝 `events/docker/docker.go` (+48 -16) ➕ `events/docker/docker_test.go` (+78 -0) 📝 `events/local/local.go` (+1 -0) 📝 `flags/flags.go` (+4 -0) 📝 `utils/env/env.go` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:34:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#262
No description provided.