1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/plugin
Stephen J Day 521e7eba86
daemon, plugin: follow containerd namespace conventions
Follow the conventions for namespace naming set out by other projects,
such as linuxkit and cri-containerd. Typically, they are some sort of
host name, with a subdomain describing functionality of the namespace.
In the case of linuxkit, services are launched in `services.linuxkit`.
In cri-containerd, pods are launched in `k8s.io`, making it clear that
these are from kubernetes.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-12-15 17:20:42 -08:00
..
executor/containerd daemon, plugin: follow containerd namespace conventions 2017-12-15 17:20:42 -08:00
v2 Fix potential panic during plugin set. 2017-11-28 13:06:24 -08:00
backend_linux.go LCOW: API: Add platform to /images/create and /build 2017-10-06 11:44:18 -07:00
backend_unsupported.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
blobstore.go LCOW: API: Add platform to /images/create and /build 2017-10-06 11:44:18 -07:00
defs.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
errors.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
events.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
manager.go Nitpick plugin/manager.go: use loop to create directories 2017-11-01 11:29:37 +02:00
manager_linux.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
manager_linux_test.go Add test to check for plugin mounts on remove 2017-12-04 22:01:14 -05:00
manager_solaris.go Make plugins dir private. 2017-08-02 16:58:07 -04:00
manager_test.go fixed:go vetting warning unkeyed fields 2017-03-20 16:30:01 +08:00
manager_windows.go Make plugins dir private. 2017-08-02 16:58:07 -04:00
store.go Fixup some issues with plugin refcounting 2017-10-21 15:17:57 -04:00
store_test.go Fixup some issues with plugin refcounting 2017-10-21 15:17:57 -04:00