containerd/pkg/server
Phil Estes 4c3e195db3
Add HOSTNAME to env by default for pod containers
To match expectations of users coming from Docker engine runtime, add
the HOSTNAME to the environment of new containers in a pod.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2018-09-05 12:04:40 -04:00
..
io Add max_container_log_size 2018-06-14 14:24:17 -07:00
testing Change to keep in sync with latest cni config 2018-06-21 20:43:38 +00:00
container_attach.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_create_test.go Update github.com/opencontainers/runtime-tools to v0.6.0 2018-06-20 13:52:50 -07:00
container_create.go Add HOSTNAME to env by default for pod containers 2018-09-05 12:04:40 -04:00
container_exec.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_execsync.go Update github.com/opencontainers/runtime-tools to v0.6.0 2018-06-20 13:52:50 -07:00
container_list_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_list.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_log_reopen.go Add max_container_log_size 2018-06-14 14:24:17 -07:00
container_remove_test.go move links for cri-containerd to cri 2018-03-13 17:06:26 -05:00
container_remove.go adds volatile state directory to the fs plan for cntrs/pods/fifo 2018-03-24 00:05:52 +00:00
container_start.go support no_pivot option for runc 2018-07-20 08:46:50 +08:00
container_stats_list_test.go Fix workingset memory calculation. 2018-05-11 15:17:16 -07:00
container_stats_list.go Fix workingset memory calculation. 2018-05-11 15:17:16 -07:00
container_stats.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_status_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_status.go Address comments for privileged runtime code. 2018-03-23 02:17:46 +00:00
container_stop_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_stop.go Fix an issue that container/sandbox can't be stopped. 2018-08-24 18:54:08 -07:00
container_update_resources_test.go Update imports 2018-02-08 02:45:44 +00:00
container_update_resources.go Update github.com/opencontainers/runtime-tools to v0.6.0 2018-06-20 13:52:50 -07:00
events_test.go Cleanup event backoff. 2018-03-15 18:49:36 +00:00
events.go Log task exit event. 2018-06-08 08:33:12 +00:00
helpers_selinux_test.go update selinux to b6fa367 2018-08-14 08:33:43 +08:00
helpers_test.go vendor bump 2018-05-30 19:51:24 -04:00
helpers.go update selinux to b6fa367 2018-08-14 08:33:43 +08:00
image_list_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
image_list.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
image_load.go Unpack image during import. 2018-07-26 07:48:41 +00:00
image_pull_test.go Add registry auth config, and use docker resolver in containerd. 2018-07-09 19:08:48 -07:00
image_pull.go Add registry auth config, and use docker resolver in containerd. 2018-07-09 19:08:48 -07:00
image_remove.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
image_status_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
image_status.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
imagefs_info_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
imagefs_info.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
instrumented_service.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
restart.go Add max_container_log_size 2018-06-14 14:24:17 -07:00
sandbox_list_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
sandbox_list.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
sandbox_portforward.go Revert "Use pod ip instead of localhost in pod netns for portforward." 2018-06-11 07:35:32 +00:00
sandbox_remove.go adds volatile state directory to the fs plan for cntrs/pods/fifo 2018-03-24 00:05:52 +00:00
sandbox_run_test.go sandbox: separate host accessing workload and privileged 2018-07-22 16:51:22 -07:00
sandbox_run.go sandbox: separate host accessing workload and privileged 2018-07-22 16:51:22 -07:00
sandbox_status_test.go move links for cri-containerd to cri 2018-03-13 17:06:26 -05:00
sandbox_status.go Address comments for privileged runtime code. 2018-03-23 02:17:46 +00:00
sandbox_stop_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
sandbox_stop.go Fix an issue that container/sandbox can't be stopped. 2018-08-24 18:54:08 -07:00
service_test.go adds volatile state directory to the fs plan for cntrs/pods/fifo 2018-03-24 00:05:52 +00:00
service.go Merge pull request #825 from abhi/cni_config 2018-06-21 16:14:31 -07:00
snapshots.go Use github.com/pkg/errors 2018-03-17 02:24:38 +00:00
status.go Change to keep in sync with latest cni config 2018-06-21 20:43:38 +00:00
streaming_test.go streaming: tls conf validation to func with tests 2018-08-30 15:10:48 +02:00
streaming.go streaming: tls conf validation to func with tests 2018-08-30 15:10:48 +02:00
update_runtime_config_test.go Address comments. 2018-04-09 18:15:09 +00:00
update_runtime_config.go Change to keep in sync with latest cni config 2018-06-21 20:43:38 +00:00
version.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00