e5a8e4e15b7da892884cb62d17c181c6e18f1d4b |
|
17-Nov-2016 |
Evgeni Golov <evgeni@debian.org> |
improve wording of the help page for lxc-ls
it's "list of columns", not "list of column"
Signed-off-by: Evgeni Golov <evgeni@debian.org> |
37cf83ea151d58a60d05930acb683739dec73ca2 |
|
28-Jan-2016 |
Christian Brauner <christianvanbrauner@gmail.com> |
Adapt manpage for lxc-ls to new C implementation
- explain new numeric argument to --nesting
- include common options as lxc-ls now uses the standard lxc parser
- add history section and update authors
Signed-off-by: Christian Brauner <christian.brauner@mailbox.org>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |
1bc07a5b8dbaef4b6eb6d30a260e9c2153ed368b |
|
04-Jan-2016 |
KATOH Yasufumi <karma@jazz.email.ne.jp> |
doc: Improve man pages
* Add long options if not be written
* Remove optional tags in OPTIONS section
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com> |
3519a99c82e06ec38789829d9aeeb570f7874790 |
|
14-Aug-2015 |
Nicolas Cornu <ncornu@aldebaran.com> |
Add long option for -P in documentation
Signed-off-by: Nicolas Cornu <ncornu@aldebaran.com> |
2cf7c05abee6116ffb41acffbcd033b880bfd3b1 |
|
03-Aug-2015 |
KATOH Yasufumi <karma@jazz.email.ne.jp> |
doc: Add the description for -P and --version to English and Japanese lxc-ls(1)
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp> |
a4cd509bd809fda136b49991f90d66c1a2409a1c |
|
01-Aug-2015 |
Christian Brauner <christianvanbrauner@gmail.com> |
Add -P lxcpath and --version to lxc-ls manpage
lxc-ls takes -P lxcpath and --version as arguments but it did not specify these
options on the manpages.
Signed-off-by: Christian Brauner <christianvanbrauner@gmail.com> |
0ceb65ff259920c8196812e87cceb61bd50143e2 |
|
02-May-2014 |
Stéphane Graber <stgraber@ubuntu.com> |
lxc-ls: Typo in manpage
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> |
0f027869da6fe8c448d374eb272b2f394c688937 |
|
02-May-2014 |
Stéphane Graber <stgraber@ubuntu.com> |
lxc-ls: Update lxc.group handling
This introduces a new -g/--group argument to filter containers based on
their groups.
This supports the rather obvious: --group blah
Which will only list containers that are in group blah.
It may also be passed multiple times: --group blah --group bleh
Which will list containers that are in either (or both) blah or bleh.
And it also takes: --group blah,bleh --group doh
Which will list containers that are either in BOTH blah and bleh or in doh.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Michael H. Warfield <mhw@WittsEnd.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |
860490af5db945c37e9e6e24c019899fbe739dc5 |
|
07-Mar-2014 |
Stéphane Graber <stgraber@ubuntu.com> |
lxc-ls: Update help message to include fields
Instead of maintaining hardcoded lists, point everyone to --help and
have the current list of valid and default fields printed there.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |
c5afb6e455d9ec00af9f3399836152eaf9d0a4f5 |
|
16-Jan-2014 |
Stéphane Graber <stgraber@ubuntu.com> |
lxc-ls: Add -f and -F as aliases
Alias -f to --fancy and -F to --fancy-format.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |
d7768b9096051c6d09a4f952512b4ee66f8c59c0 |
|
09-Jan-2014 |
KATOH Yasufumi <karma@jazz.email.ne.jp> |
doc: Remove unneeded "SEE ALSO" part in lxc-ls(1)
The old version of lxc-ls is the wrapper of ls(1). But now it is
python script, so "see also ls(1)" is not needed.
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com> |
6f63931122721208aa8e4fe11ef01543b4b3693b |
|
08-Jan-2014 |
Qiang Huang <h.huangqiang@huawei.com> |
lxc-ls.sgml.in: fix the format issue
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com> |
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77 |
|
03-Sep-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
licensing: Add missing headers and FSF address
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> |
7f95145833bb24f54e037f73ecc37444d6635697 |
|
30-Apr-2013 |
Dwight Engen <dwight.engen@oracle.com> |
fix building docs
Commit 69fe23ff added checking for the older docbook2man back into
configure, but this breaks building the docs on at least Oracle Linux and
Fedora when docbook2X is not installed as docbook2man will be found but the
docs don't actually build with that tool.
This change makes it so the docs can be built with either the older
docbook2man or the newer 2X tools by using configure to set the dtd
string to an appropriate value depending on use of docbook2man or
db2x_docbook2man.
Also fixed a small error in lxc-destroy.sgml.in that was noticed
by the old tools.
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> |
9afe19d634946d50eab30e3b90cb5cebcde39eea |
|
19-Mar-2013 |
Daniel Lezcano <daniel.lezcano@free.fr> |
Change author email address
Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr> |
0e21ea4b15b1f1a066da54aed04f4fcac45d5741 |
|
01-Mar-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
lxc-ls: Implement support for nested containers
Add initial support for showing and querying nested containers.
This is done through a new --nesting argument to lxc-ls and uses
lxc-attach to go look for sub-containers.
Known limitations include the dependency on setns support for the PID
and NETWORK namespaces and the assumption that LXCPATH for the sub-containers
matches that of the host.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |
4019712d198a7d50b08b326ade17f5ff1666efbb |
|
11-Feb-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
Add missing manpages
This introduces manpages for:
- lxc-checkconfig
- lxc-device
- lxc-info
- lxc-netstat
- lxc-shutdown (wasn't in Makefile)
- lxc-start-ephemeral
- lxc-version
This commit also sorts configure.ac and Makefile.am.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |
4e7186c53554cdbf4b4b85568daf84740c120505 |
|
04-Dec-2012 |
Stéphane Graber <stgraber@ubuntu.com> |
Rewrite lxc-ls in python
This rewrite is mostly compatible with the shell version.
--active and -1 still work and behave as they used to.
This adds --running, --stopped and --frozen as state filters.
A new "fancy" view is also implemented (can be used with --fancy) and
will show containers in a column-based interface with the following fields:
- name
- state
- ipv4
- ipv6
- pid of init
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |
f79d43bbe70a01454049b77d6f15f6369744959e |
|
26-Nov-2012 |
Stéphane Graber <stgraber@ubuntu.com> |
Remove all trailing whitespaces.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> |
aa8d013ec5b09cd1cd904173d6234ef126eb2126 |
|
12-Nov-2012 |
Peter Simons <simons@cryp.to> |
Update documentation to Docbook 4.5
The package 'docbook-tools' [1] required to format Docbook 3.0 into man pages
has been obsoleted a long time ago and can no longer be downloaded from its
former homepage. Recent versions of that package -- now called 'docbook2X' --,
cannot deal with that old markup format anymore (and don't support the '-w all'
command line switch either). To remedy these issues, all SGML files have been
updated to Docbook 4.5 so that recent versions of docbook2man can process them.
[1] http://sources.redhat.com/docbook-tools/
[2] http://docbook2x.sourceforge.net/
Signed-off-by: Peter Simons <simons@cryp.to>
Acked-by: Stéphane Graber <stgraber@ubuntu.com> |
f282a2f4b8f1d44702eb746c8554408d802f402d |
|
12-Nov-2012 |
Stéphane Graber <stgraber@ubuntu.com> |
Revert "Update documentation to Docbook 4.5"
This reverts commit 9a84044bc97098821cce2721ea40a1368f17a091.
The changes made the branch to fail to build on Ubuntu/Debian, so
reverting the commits and re-opening the pull request.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> |
75d0acd48f46e63b3d6e835ffbf36a771ecd2a4a |
|
12-Nov-2012 |
Peter Simons <simons@cryp.to> |
Update documentation to Docbook 4.5
The package 'docbook-tools' [1] required to format Docbook 3.0 into man pages
has been obsoleted a long time ago and can no longer be downloaded from its
former homepage. Recent versions of that package -- now called 'docbook2X' --,
cannot deal with that old markup format anymore (and don't support the '-w all'
command line switch either). To remedy these issues, all SGML files have been
updated to Docbook 4.5 so that recent versions of docbook2man can process them.
[1] http://sources.redhat.com/docbook-tools/
[2] http://docbook2x.sourceforge.net/
Signed-off-by: Peter Simons <simons@cryp.to> |
b4578c5b380130a41a69b5b49c970157acaf1dbb |
|
25-Oct-2012 |
Dwight Engen <dwight.engen@oracle.com> |
lxc-doc-synopsis-args
I was getting raw nroff ".SH DESCRIPTION" in my man pages. This fixes
the synopsis cmd args so that doesn't happen. Added replaceable to a few
arguments.
Signed-off-by: Dwight Engen <dwight.engen@oracle.com> |
7ef0141356454503ab81460290b5dffa32c1f441 |
|
04-May-2012 |
David Ward <david.ward@ll.mit.edu> |
refresh lxc-ls
Add an '--active' option that lists active containers by searching
cgroups. (Otherwise, the directories in /var/lib/lxc are listed.)
Modify the cgroup search to only use hierarchies that contain one
or more subsystems. When searching, if a hierarchy contains the
'ns' subsystem, do not append '/lxc' to the parent cgroup.
Add a '--help' option that prints the command syntax.
Print error messages and help information to stderr.
Update the documentation.
Signed-off-by: David Ward <david.ward@ll.mit.edu>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
99e4008cad9e959b683c6f48411fcf15a92be3b5 |
|
28-May-2009 |
Michel Normand <normand@fr.ibm.com> |
change man pages to use a seealso file for references
the common references to lxc man pages
are now placed in one file "see_also.sgml.in"
Note that the few man pages that refer to man
pages that are not lxc ones have two "See Also" paragraph.
Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
d823d5b966f49d975a09a8512d084389d6d7ffc7 |
|
18-Nov-2008 |
dlezcano <dlezcano> |
Added the man.1 pages
From: Daniel Lezcano <dlezcano@fr.ibm.com>
Added the different man pages for the lxc commands. The generation of the
man pages relies on the docbook tool.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |