podman/libpod
baude f820309413 Copy resolv.conf into container
For DNS to work properly, we need to copy the host's /etc/resolv.conf
into the container during Init().  We do this by copying it into the
containers rundir and then bind mounting it into the container.

Signed-off-by: baude <bbaude@redhat.com>

Closes: #130
Approved by: baude
2017-12-14 01:12:10 +00:00
..
common remove unused functions and variables 2017-11-28 14:30:12 +00:00
driver Update kpod inspect to use the new container state 2017-12-12 09:46:23 -05:00
layers Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
container.go Copy resolv.conf into container 2017-12-14 01:12:10 +00:00
container_attach.go Use debugf to allow parsing of format specifier 2017-12-12 00:13:44 +05:30
container_inspect.go Update kpod inspect to use the new container state 2017-12-12 09:46:23 -05:00
diff.go remove unused functions and variables 2017-11-28 14:30:12 +00:00
errors.go Add schema validation to DB 2017-11-30 18:05:56 +00:00
finished_amd64.go Add ability to update container status from runc 2017-11-21 20:09:09 +00:00
image_inspect.go Update kpod inspect to use the new container state 2017-12-12 09:46:23 -05:00
in_memory_state.go Add ability to refresh state in DB 2017-12-07 13:15:34 -05:00
info.go Update kpod info to use new libpod api 2017-12-14 00:54:21 +00:00
inspect_data.go Update kpod inspect to use the new container state 2017-12-12 09:46:23 -05:00
oci.go Merge pull request #111 from mheon/crio_1206 2017-12-11 10:44:57 -06:00
options.go Add NetMode, UTSMode and IPCMode 2017-12-02 15:32:56 +00:00
pod.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
runc.go kpod exec 2017-12-11 08:24:30 -06:00
runtime.go Update kpod info to use new libpod api 2017-12-14 00:54:21 +00:00
runtime_ctr.go kpod stats 2017-12-13 21:15:09 +00:00
runtime_img.go Update kpod inspect to use the new container state 2017-12-12 09:46:23 -05:00
runtime_img_test.go libpod/runtime_img_test.go Unit Tests 2017-11-04 11:12:14 -05:00
runtime_pod.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
sql_state.go Fix misleading print statement in kpod load 2017-12-11 12:07:54 -05:00
sql_state_internal.go Remove check for existance of lockfile when retrieving containers 2017-12-05 10:04:59 -05:00
sql_state_test.go Fix unit tests and provide more realistic test environment 2017-12-04 13:40:27 -05:00
state.go Add ability to refresh state in DB 2017-12-07 13:15:34 -05:00
stats.go kpod stats 2017-12-13 21:15:09 +00:00
storage.go libpod create and run 2017-11-01 14:19:19 -05:00
util.go kpod stats 2017-12-13 21:15:09 +00:00
util_test.go kpod stats 2017-12-13 21:15:09 +00:00