containerd/pkg/server
Yanqiang Miao 9cc93886ea Replace the original default spec with containerd default spec
The original default spec contain `seccomp` configuration,
but some OS do not support this feature, such as ubuntu14.04,
and `make test-cri` always fail. The containerd default spec dosen't
contain `seccomp`, so I think we could replace the default spec
with containerd default spec.

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
2017-08-10 20:31:03 +08:00
..
agents Add unit test 2017-06-02 16:36:02 +00:00
testing Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
container_attach.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
container_create_test.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
container_create.go Replace the original default spec with containerd default spec 2017-08-10 20:31:03 +08:00
container_exec.go Add container Exec support. 2017-08-07 22:49:06 +00:00
container_execsync.go Add container Exec support. 2017-08-07 22:49:06 +00:00
container_list_test.go Use new metadata store. 2017-07-28 23:35:31 +00:00
container_list.go Use new metadata store. 2017-07-28 23:35:31 +00:00
container_remove_test.go Temporarily remove unit test relying on fake containerd services. 2017-07-31 22:42:10 +00:00
container_remove.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
container_start.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
container_stats_list.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
container_stats.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
container_status_test.go Use new metadata store. 2017-07-28 23:35:31 +00:00
container_status.go Use new metadata store. 2017-07-28 23:35:31 +00:00
container_stop_test.go Temporarily remove unit test relying on fake containerd services. 2017-07-31 22:42:10 +00:00
container_stop.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
events.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
helpers_test.go Remove sandbox truncindex. 2017-07-28 23:35:31 +00:00
helpers.go Handle device symlink. 2017-08-08 00:53:15 +00:00
image_list_test.go Use new metadata store. 2017-07-28 23:35:31 +00:00
image_list.go Use new metadata store. 2017-07-28 23:35:31 +00:00
image_pull_test.go Use new metadata store. 2017-07-28 23:35:31 +00:00
image_pull.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
image_remove.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
image_status_test.go Use new metadata store. 2017-07-28 23:35:31 +00:00
image_status.go Use new metadata store. 2017-07-28 23:35:31 +00:00
imagefs_info.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
sandbox_list_test.go Temporarily remove unit test relying on fake containerd services. 2017-07-31 22:42:10 +00:00
sandbox_list.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
sandbox_portforward.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
sandbox_remove.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
sandbox_run_test.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
sandbox_run.go Replace the original default spec with containerd default spec 2017-08-10 20:31:03 +08:00
sandbox_status.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
sandbox_stop.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
server.go Merge pull request #85 from Random-Liu/update-cri 2017-06-21 13:18:24 -07:00
service_test.go Temporarily remove unit test relying on fake containerd services. 2017-07-31 22:42:10 +00:00
service.go Add container Exec support. 2017-08-07 22:49:06 +00:00
status_test.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
status.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
streaming.go Add container Exec support. 2017-08-07 22:49:06 +00:00
update_runtime_config.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
version_test.go Swicth to 1.0.0-alpha2 containerd api. 2017-08-02 23:21:37 +00:00
version.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00