dnsname icon indicating copy to clipboard operation
dnsname copied to clipboard

name resolution for containers

Results 23 dnsname issues
Sort by recently updated
recently updated
newest added

Is it feasible for dnsname to listen at 127.0.0.11? This address is used by docker and some containers assume this to work, hardcoding the address. On podman otoh, places the...

Running podman v2.0.5 and openvswitch v2.15.90 under RHEL 8.3 on a ppc64le PowerNV system. Compiled and installed openvswitch from source (https://github.com/openvswitch/ovs/commit/76b720ed1145560a4aaa394cde8cac3f718f40fd) ``` $ sudo /usr/local/bin/ovs-vsctl show b84a6ef4-fd8a-4cd7-8212-146542b2dc91 Bridge ovsbr3 Controller...

Is there a plan to have GitHub releases for the project or a way to install `dnsname` without compiling from source? Thanks :D

I maintain a [community package](https://pkgs.alpinelinux.org/package/edge/testing/x86_64/dnsname) for dnsname in Alpine Linux. Alpine prefers to run the testing suite on every package when it gets built, but running as root is not...

When a pod/container is started directly with the podman command, the dnsmasq process created by dnsname end up in the calling user cgroup: ``` $ sudo podman start hello $...

This is a followup from https://github.com/coreos/fedora-coreos-tracker/issues/519 and https://github.com/containernetworking/plugins/pull/380. > The DNSMasq services are not configured or managed by systemd but rather only by the plugin itself. This part assumes that...

I installed dnsname and tested it successfully: A PostgreSQL container "pgsql" is found by the other container "pgclient" - just by using the container name, cool! But after reboot I...

I am running the latest podman from the projectatomic ppa repository * podman `1.6.1-1~ubuntu18.04~ppa3`, * containernetworking-plugins `0.8.2-1~ubuntu18.04~ppa3` and * dnsname `f5af33d`. When running a podman container with --subuidname, it does...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...

Would it be possible to add some way to add extra configuration to dnsmasq? Like a `/run/containers/cni/dnsname/podman/dnsmasq.d/` directory? I think all that would require is the following in the dnsmasq.conf...