containerd/services
Wei Fu 06616dab00 enhance: split config from server package
The github.com/containerd/containerd/services/server has a lot of
dependencies, like content, snapshots services implementation and
docker-metrics.

For the client side, it uses the config struct from server package
to start up the containerd in background. It will import a lot of
useless packages which might be conflict with existing vendor's package.

It makes integration easier with single config package.

Signed-off-by: Wei Fu <fuweid89@gmail.com>
2018-10-17 16:34:39 +08:00
..
containers boltdb/bolt --> go.etcd.io/bbolt 2018-09-12 15:23:57 -07:00
content Fix writer deadlock in local store 2018-10-15 16:33:45 -07:00
diff Introduce the Windows lcow diff/snaphotter 2018-08-28 13:51:04 -07:00
events Switch from x/net/context to context 2018-04-24 14:33:34 -07:00
healthcheck Licence header added 2018-02-19 10:32:26 +09:00
images Switch from x/net/context to context 2018-04-24 14:33:34 -07:00
introspection Switch from x/net/context to context 2018-04-24 14:33:34 -07:00
leases boltdb/bolt --> go.etcd.io/bbolt 2018-09-12 15:23:57 -07:00
namespaces boltdb/bolt --> go.etcd.io/bbolt 2018-09-12 15:23:57 -07:00
opt Add lib support as an option 2018-08-02 17:11:29 -04:00
server enhance: split config from server package 2018-10-17 16:34:39 +08:00
snapshots context pkg: untangle 2018-04-24 14:33:34 -07:00
tasks boltdb/bolt --> go.etcd.io/bbolt 2018-09-12 15:23:57 -07:00
version Switch from x/net/context to context 2018-04-24 14:33:34 -07:00
services.go Add service plugin and support in process integration. 2018-03-12 18:03:50 +00:00