Searched defs:containers (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/tools/
H A Dlxc_autostart.c85 lxc-autostart managed auto-started containers\n\
88 -k, --kill kill the containers instead of starting them\n\
89 -L, --list list all affected containers and wait delay\n\
90 -r, --reboot reboot the containers instead of starting them\n\
91 -s, --shutdown shutdown the containers instead of starting them\n\
93 -a, --all list all auto-started containers (ignore groups)\n\
94 -A, --ignore-auto ignore lxc.start.auto and select all matching containers\n\
352 struct lxc_container **containers = NULL; local
364 count = list_defined_containers(my_args.lxcpath[0], NULL, &containers);
374 qsort(&containers[
[all...]
H A Dlxc_ls.c143 * Only print names of containers.
183 lxc-ls list containers\n\
191 --active list only active containers\n\
192 --running list only running containers\n\
193 --frozen list only frozen containers\n\
194 --stopped list only stopped containers\n\
195 --nesting=NUM list nested containers up to NUM (default is 5) levels of nesting\n\
341 char **containers = NULL; local
343 * want to retrieve nested containers we need to build an absolute path
348 * can simply attach to its namespace to retrieve nested containers
[all...]

Completed in 218 milliseconds