containerd/linux/shim/client
Akihiro Suda 7ef4aa5c25 shim: support non-default binary name
The binary name used for executing "containerd publish" was hard-coded
in the shim code, and hence it did not work with customized daemon
binary name. (e.g. `docker-containerd`)

This commit allows specifying custom daemon binary via `containerd-shim
-containerd-binary ...`.
The daemon invokes this command with `os.Executable()` path.

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-11-17 22:21:54 +00:00
..
client_linux.go Move shim client into subpackage 2017-11-07 10:51:12 -05:00
client_unix.go Move shim client into subpackage 2017-11-07 10:51:12 -05:00
client.go shim: support non-default binary name 2017-11-17 22:21:54 +00:00