containerd/cmd/ctr/commands
Gavin Inglis 7b045ea5f0 ctr: improve error relative shim path error msg
addresses https://github.com/containerd/containerd/issues/6464

Return an error if a runtime provided is relative.

Add context to the usage for `ctr run --runtime` indicating that
absolute path to runtime binary must be provided.

Signed-off-by: Gavin Inglis <giinglis@amazon.com>
2022-03-03 23:28:03 +00:00
..
containers ctr: Unify the delete subcommand alias 2022-01-11 16:21:26 +08:00
content feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
events ctr events: do not exit on an error 2020-01-29 13:10:16 +09:00
images Merge pull request #6424 from cpuguy83/nondist-blob-push 2022-01-19 19:12:31 -08:00
install Add optional install path 2018-09-11 10:36:00 -04:00
leases ctr: Unify the delete subcommand alias 2022-01-11 16:21:26 +08:00
namespaces feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
oci feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
plugins plugin status should be skip, not error 2021-03-15 18:04:37 +08:00
pprof feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
run feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
shim feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
snapshots ctr: Unify the delete subcommand alias 2022-01-11 16:21:26 +08:00
tasks ctr: Unify the delete subcommand alias 2022-01-11 16:21:26 +08:00
version adding go version to client description 2019-10-06 13:38:51 +02:00
client.go implement ctr -connect-timeout 2019-09-16 13:56:53 +02:00
commands_unix.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
commands_windows.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
commands.go ctr: improve error relative shim path error msg 2022-03-03 23:28:03 +00:00
resolver.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
signals_linux.go Ignore SIGURG signals in signal forwarder 2020-09-04 16:19:31 -07:00
signals_notlinux.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
signals.go Ignore SIGURG signals in signal forwarder 2020-09-04 16:19:31 -07:00
utils.go Implemented image encryption/decryption libraries and ctr commands 2019-07-17 15:19:58 -04:00