File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,26 @@ OPTIONS:
5757 --prestart [--prestart option --prestart option] path to prestart hooks
5858 --poststop [--poststop option --poststop option] path to poststop hooks
5959 --root-propagation mount propagation for root
60+ --os "linux" operating system the container is created for
61+ --arch "amd64" architecture the container is created for
62+ --cwd "/" current working directory for the process
63+ --uidmappings [--uidmappings option ] add UIDMappings e.g HostID:ContainerID:Size
64+ --gidmappings [--gidmappings option ] add GIDMappings e.g HostID:ContainerID:Size
65+ --apparmor specify the the apparmor profile for the container
66+ --seccomp-default specify the the defaultaction of Seccomp syscall restrictions
67+ --seccomp-arch [--seccomp-arch option ] specify Additional architectures permitted to be used
68+ for system calls
69+ --seccomp-syscalls [--seccomp-syscalls option] specify syscalls used in Seccomp
70+ e.g Name:Action:Arg1_index/Arg1_value/Arg1_valuetwo/Arg1_op,
71+ Arg2_index/Arg2_value/Arg2_valuetwo/Arg2_op
6072```
6173
6274Testing OCI runtimes
6375------------------------------------------
6476
6577```
6678make
67- cp ocitools /usr/bin/
79+ sudo make install
6880./test_runtime.sh -r runc
6981-----------------------------------------------------------------------------------
7082VALIDATING RUNTIME: runc
You can’t perform that action at this time.
0 commit comments