containerd/cmd/ctr/commands
Edgar Lee 34d5878185 Use mount.Target to specify subdirectory of rootfs mount
- Add Target to mount.Mount.
- Add UnmountMounts to unmount a list of mounts in reverse order.
- Add UnmountRecursive to unmount deepest mount first for a given target, using
moby/sys/mountinfo.

Signed-off-by: Edgar Lee <edgarhinshunlee@gmail.com>
2023-01-27 09:51:58 +08:00
..
containers Refactored ctr to allow for tty allocation when container has {terminal:true} within Spec 2022-11-16 21:15:03 +00:00
content ctr contents ls sorts the labels of the content 2022-12-30 15:58:47 +08:00
events ctr events: do not exit on an error 2020-01-29 13:10:16 +09:00
images Update ctr to make local the default for distribution 2022-11-30 12:56:57 -08:00
info introspection: expose the daemon's PID and PIDNS 2022-11-18 17:14:26 +09:00
install Add optional install path 2018-09-11 10:36:00 -04:00
leases replace strings.Split(N) for strings.Cut() or alternatives 2022-11-07 10:02:25 +01:00
namespaces Cleanup build constraints 2022-12-08 09:36:20 -08:00
oci ctr: Add platform flag to 'oci spec' command 2023-01-03 12:44:26 -08:00
plugins Remove all gogoproto extensions 2022-04-20 07:23:28 +00:00
pprof Cleanup build constraints 2022-12-08 09:36:20 -08:00
run ctr/run: flags --detach and --rm cannot be specified together 2023-01-07 10:18:43 +08:00
sandboxes Support sandboxed shims shutdown 2022-12-14 18:22:52 -08:00
shim Cleanup build constraints 2022-12-08 09:36:20 -08:00
snapshots Use mount.Target to specify subdirectory of rootfs mount 2023-01-27 09:51:58 +08:00
tasks Cleanup build constraints 2022-12-08 09:36:20 -08:00
version adding go version to client description 2019-10-06 13:38:51 +02:00
client.go epoch: propagate SOURCE_DATE_EPOCH via ctx 2022-12-12 09:02:35 +09:00
cni.go Run gofmt 1.19 2022-08-04 18:18:33 -07:00
commands_unix.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
commands_windows.go Add ctr support for CPUMax and CPUShares 2022-04-28 13:17:16 -07:00
commands.go keep the lower case letter for flag info 2022-11-15 14:09:55 +08:00
resolver.go Update ctr commands to use transfer interface 2022-11-30 12:56:54 -08:00
signals_linux.go Ignore SIGURG signals in signal forwarder 2020-09-04 16:19:31 -07:00
signals_notlinux.go Cleanup build constraints 2022-12-08 09:36:20 -08: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