containerd/cmd/ctr/commands/run
Felix Abecassis 5dd22a20af Move ContainerFlags to "commands" package
Commit 05513284e7 exposed the "rootfs"
and "no-pivot" flags for the "containers" command, but it accidentally
removed them for "run" since package-level variables are initialized
before package-level init functions in golang. Hoisting these flags to
a package imported by both commands solves the problem.

Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
2018-06-20 18:33:59 -07:00
..
run_unix.go Move ContainerFlags to "commands" package 2018-06-20 18:33:59 -07:00
run_windows.go Licence header added 2018-02-19 10:32:26 +09:00
run.go Move ContainerFlags to "commands" package 2018-06-20 18:33:59 -07:00