containerd/cmd/containerd
Zhang Wei adeec483a3 Replace hardcoded debug address with const var
Debug address in defaultConfig() doesn't have to be a hardcoded string,
instead it can be const var from package server, which is also a
platform dependent const. So it would be better to use
server.DefaultDebugAddress here.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2017-07-24 23:41:39 +08:00
..
builtins_btrfs_linux.go Shorten no-btrfs build tag name 2017-05-12 09:53:57 -05:00
builtins_linux.go containerd: compile tags to exclude btrfs 2017-05-04 17:30:23 -04:00
builtins_unix.go Partial port to Darwin and FreeBSD 2017-05-04 18:11:53 +01:00
builtins_windows.go Initial windows runtime work 2017-04-07 09:20:44 -07:00
builtins.go Rename execution service to tasks 2017-06-21 14:39:25 -07:00
config_linux.go Replace hardcoded debug address with const var 2017-07-24 23:41:39 +08:00
config_unsupported.go Replace hardcoded debug address with const var 2017-07-24 23:41:39 +08:00
config_windows.go Replace hardcoded debug address with const var 2017-07-24 23:41:39 +08:00
config.go Create server package for containerd daemon 2017-06-22 13:08:19 -07:00
main_linux.go Move platformInit and plugin load to server 2017-06-23 12:06:31 -07:00
main_unix.go Ignore SIGPIPE 2017-07-11 14:51:56 -04:00
main_windows.go Move platformInit and plugin load to server 2017-06-23 12:06:31 -07:00
main.go update to github.com/sirupsen/logrus v1.0.0 2017-07-21 15:39:14 -07:00