spiegel_podman/libpod
baude 8818e358bf handle dns response from cni
when cni returns a list of dns servers, we should add them under the
right conditions.  the defined conditions are as follows:

- if the user provides dns, it and only it are added.
- if not above and you get a cni name server, it is added and a
forwarding dns instance is created for what was in resolv.conf.
- if not either above, the entries from the host's resolv.conf are used.
Signed-off-by: baude <bbaude@redhat.com>

Signed-off-by: baude <bbaude@redhat.com>
2019-09-03 10:10:05 -05:00
..
common
define Add conmon probe to runtime construction 2019-08-08 20:24:19 -04:00
driver removMergeDir from inspect result if not mounted 2019-08-13 15:13:20 -04:00
events performance fix for podman events with large journalds 2019-08-14 09:30:12 -05:00
image image: remove unused Decompose method 2019-08-28 08:59:33 -05:00
layers
lock
logs
boltdb_state.go Re-add locks to volumes. 2019-08-28 11:35:00 -04:00
boltdb_state_internal.go Re-add locks to volumes. 2019-08-28 11:35:00 -04:00
boltdb_state_linux.go
boltdb_state_unsupported.go
common_test.go
container.go
container.log.go
container_api.go exec: run with user specified on container start 2019-08-20 11:44:27 -04:00
container_commit.go
container_graph.go generate systemd: support pods and geneartig files 2019-08-21 17:28:30 +02:00
container_graph_test.go generate systemd: support pods and geneartig files 2019-08-21 17:28:30 +02:00
container_inspect.go
container_internal.go generate systemd: support pods and geneartig files 2019-08-21 17:28:30 +02:00
container_internal_linux.go handle dns response from cni 2019-09-03 10:10:05 -05:00
container_internal_test.go
container_internal_unsupported.go
container_linux.go
container_log_linux.go
container_log_unsupported.go
container_top_linux.go
container_top_unsupported.go
container_unsupported.go
diff.go
events.go
healthcheck.go
healthcheck_linux.go
healthcheck_unsupported.go
in_memory_state.go Re-add locks to volumes. 2019-08-28 11:35:00 -04:00
info.go add eventlogger to info 2019-08-02 20:05:27 -05:00
kube.go
mounts_linux.go
networking_linux.go networking: use firewall plugin 2019-08-19 16:16:06 +02:00
networking_unsupported.go
oci.go Merge pull request #3760 from rhatdan/auth 2019-08-19 21:16:06 +02:00
oci_attach_linux.go
oci_attach_linux_cgo.go
oci_attach_linux_nocgo.go
oci_attach_unsupported.go
oci_internal_linux.go Merge pull request #3760 from rhatdan/auth 2019-08-19 21:16:06 +02:00
oci_linux.go Use GetRuntimeDir to setup auth.json for login 2019-08-12 14:11:53 -04:00
oci_unsupported.go
options.go Merge pull request #3709 from mheon/volume_inspect 2019-08-19 13:57:15 +02:00
pod.go Allow customizing pod hostname 2019-08-18 03:48:40 +00:00
pod_api.go generate systemd: support pods and geneartig files 2019-08-21 17:28:30 +02:00
pod_internal.go
pod_top_linux.go
pod_top_unsupported.go
runtime.go Add an integration test for systemd in a container 2019-08-28 09:28:49 -04:00
runtime_cstorage.go
runtime_ctr.go Re-add locks to volumes. 2019-08-28 11:35:00 -04:00
runtime_img.go make rmi messages more compatible with docker 2019-08-08 20:05:55 -05:00
runtime_img_test.go
runtime_migrate.go
runtime_migrate_unsupported.go
runtime_pod.go
runtime_pod_infra_linux.go Merge pull request #3836 from chenzhiwei/hostname 2019-08-19 13:33:15 +02:00
runtime_pod_linux.go Fix error message on podman stats on cgroups v1 rootless environments 2019-08-19 07:41:50 -04:00
runtime_pod_unsupported.go
runtime_renumber.go Re-add locks to volumes. 2019-08-28 11:35:00 -04:00
runtime_volume.go Re-add locks to volumes. 2019-08-28 11:35:00 -04:00
runtime_volume_linux.go Re-add locks to volumes. 2019-08-28 11:35:00 -04:00
runtime_volume_unsupported.go
state.go Re-add locks to volumes. 2019-08-28 11:35:00 -04:00
state_test.go
stats.go
stats_config.go
stats_unsupported.go
storage.go
util.go
util_linux.go pkg/cgroups: use DBUS session when rootless 2019-08-14 15:46:07 +02:00
util_test.go
util_unsupported.go
volume.go Re-add locks to volumes. 2019-08-28 11:35:00 -04:00
volume_inspect.go
volume_internal.go