dnsname
dnsname copied to clipboard
name resolution for containers
Hello I have been attempting to follow the install guide to add dnsnames, I am having a problem though with this step: https://github.com/containers/dnsname/issues ``` theuser@thecomputer:/usr/bin/dnsname$ make install PREFIX=/usr install -d...
Step missing on 'build and install' step from mini-tutorial + no 2nd step on 'enabling name resolution on the default Podman network'.
Instructions did not supply the command to build the binary (`make`) and therefore the `make install` would fail because the `bin` directory did not exist.
This sounds similar to #47, but it happens with Podman 3.3.1 and a build from the master branch for me: - `podman-compose up -d` - `podman-compose down` - `podman-compose up...
Greetings, I'm using **_Podman_** for containers and the _**dnsname**_ plugin in order to my Nginx proxy container can resolve the containers name and send requests to the appropriate container. However,...
Hi, I'm trying to get dnsname working with podman on opensuse microos. The versions of relevant software is: ``` chost1:~ # podman --version podman version 2.0.6 chost1:~ # dnsmasq --version...
Hi, I experienced the following situation. There are at least two CNI networks specified (CNI 1, CNI 2). Each has dnsname enabled. These networks are not overlapping. If you join...
I am not entirely sure if this is fully a bug in dnsname or an interaction with podman-compose but there is an error when /etc/resolv.conf is a symlink (in my...
Hi, I'm facing following issue: Versions: * podman: 3.4.0 * dnsname: 1.3.1-1 I have multiple containers connected to network named "podmannet". They have proper and updated ip/name in addnhosts file....
The internal hostname of the container is not passed to dnsmasq, only the container name. Is it somehow possible to resolve the internal hostnames via dnsname? EDIT: Some more Info...