[GH-ISSUE #26] Docker events switch case bug #12

Closed
opened 2026-02-26 04:33:45 +03:00 by kerem · 1 comment
Owner

Originally created by @mageddo on GitHub (Jul 25, 2017).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/26

Originally assigned to: @mageddo on GitHub.

There is a issue with the docker events switch

Not confirmed anyway if it causes resolution problems

case "die":
case "stop":
	for _, host := range hostnames {
Originally created by @mageddo on GitHub (Jul 25, 2017). Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/26 Originally assigned to: @mageddo on GitHub. There is a issue with the [docker events switch](https://github.com/mageddo/dns-proxy-server/blob/master/src/github.com/mageddo/dns-proxy-server/events/docker/DockerEvents.go#L97-L98) Not confirmed anyway if it causes resolution problems ```go case "die": case "stop": for _, host := range hostnames { ```
kerem 2026-02-26 04:33:45 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@mageddo commented on GitHub (Aug 30, 2017):

Confirmed. How to reproduce:

  • Start a container
  • Try to solve it hostname
  • The name will solve
  • Run docker kill containerName
  • Try solve the hostname again
  • The keep solving even when the container is dead
<!-- gh-comment-id:325976229 --> @mageddo commented on GitHub (Aug 30, 2017): Confirmed. How to reproduce: * Start a container * Try to solve it hostname * The name will solve * Run `docker kill containerName` * Try solve the hostname again * The keep solving even when the container is dead
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#12
No description provided.