containerd/cmd/ctr
Michael Crosby a9950aedcf Add config file
This adds a config file for containerd configuration.  It is hard to
have structure data on cli flags and the config file should be used for
the majority of fields when configuring containerd.

There are still a few flags on the daemon that override config file
values but flags should take a back seat going forward and should be
kept at a minimum.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-02-21 11:22:08 -08:00
..
delete.go Remove bundles from API 2017-02-15 13:56:41 -08:00
events.go Remove bundles from API 2017-02-15 13:56:41 -08:00
list.go ctr: fix Sprintf 2017-02-20 05:28:09 +00:00
main.go Remove bundles from API 2017-02-15 13:56:41 -08:00
pprof.go Add config file 2017-02-21 11:22:08 -08:00
run.go ctr: add --runtime-config 2017-02-21 05:04:18 +00:00
shim.go api: introduce api/{types,services} for deduplication of API definition 2017-02-14 02:42:13 +00:00
utils.go Change Container interface to include Info 2017-02-16 09:59:40 -08:00