Christian Brauner
a633a1edf1
Merge pull request #2488 from 2xsec/bugfix
...
docs: tools: -d/--daemonize for lxc-execute
2018-07-22 07:59:56 +02:00
2xsec
b571ff38da
docs: tools: -d/--daemonize for lxc-execute
...
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
2018-07-22 13:26:52 +09:00
2xsec
ca5a12bb4d
docs: add long options of lxc-unshare
...
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
2018-07-21 16:48:29 +09:00
Christian Brauner
e144a06bd7
tree-wide: remove python3 bindings
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-02-28 10:05:33 +01:00
Christian Brauner
a9145d622f
tree-wide: cleanup
...
- remove legacy binaries
- conditionalize creation of docs and tests for the command line tools and the
shared library helper commands
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-02-28 10:05:33 +01:00
KATOH Yasufumi
03c9e2d51b
doc: fix regex-typo in Japanese and Korean lxc-monitor(1)
...
Update for commit e3dd06ef41
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
2017-09-20 00:57:21 +09:00
Christian Brauner
bdcbb6b377
doc: bugfixes
...
- lxc.id_map -> lxc.idmap
- document lxc.cgroup.dir
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2017-09-06 01:03:38 +02:00
Stéphane Graber
e6ecdcbe17
Minimal kernel version is now 3.10
...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2017-09-05 16:55:55 -04:00
Long Wang
08d9d0e5bd
doc: s/lxc.net.ipv6/lxc.net.ipv6.address/g
...
Signed-off-by: Long Wang <w@laoqinren.net>
2017-07-12 10:56:20 +08:00
Long Wang
2c67dc7987
doc: s/lxc.net.ipv4/lxc.net.ipv4.address/g
...
Signed-off-by: Long Wang <w@laoqinren.net>
2017-07-12 10:54:28 +08:00
Long Wang
48d5fccf10
doc: s/lxc.mount/lxc.mount.fstab/g
...
Signed-off-by: Long Wang <w@laoqinren.net>
2017-07-12 10:51:16 +08:00
Long Wang
e4075f8385
doc: s/lxc.pts/lxc.pty.max/g
...
Signed-off-by: Long Wang <w@laoqinren.net>
2017-07-12 10:47:34 +08:00
Long Wang
0873f85ce7
doc: s/lxc.tty/lxc.tty.max/g
...
Signed-off-by: Long Wang <w@laoqinren.net>
2017-07-12 10:45:17 +08:00
Long Wang
5042d96d12
doc: s/lxc.console/lxc.console.path/g
...
Signed-off-by: Long Wang <w@laoqinren.net>
2017-07-12 10:35:51 +08:00
Long Wang
a64f3157a1
doc: s/lxc.rootfs/lxc.rootfs.path/g
...
Signed-off-by: Long Wang <w@laoqinren.net>
2017-07-12 10:23:22 +08:00
Long Wang
501cf9b019
doc: s/seccomp/seccomp.profile/g
...
Signed-off-by: Long Wang <w@laoqinren.net>
2017-07-12 10:04:58 +08:00
Long Wang
b84702ab43
doc: s/se_context/selinux.context/g
...
Signed-off-by: Long Wang <w@laoqinren.net>
2017-07-12 09:58:35 +08:00
Long Wang
a1d5fdfd9b
doc: s/aa_profile/apparmor.profile/g
...
Signed-off-by: Long Wang <w@laoqinren.net>
2017-07-12 09:53:58 +08:00
Long Wang
69e38e009b
doc: s/aa_allow_incomplete/apparmor.allow_incomplete/g
...
Signed-off-by: Long Wang <w@laoqinren.net>
2017-07-12 09:46:20 +08:00
Christian Brauner
3e01c200b1
doc: remove lxc.rootfs.backend
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2017-07-02 14:40:06 +02:00
0x0916
b67771bc26
confile: rename lxc.utsname to lxc.uts.name
...
the legacy keys will be kept around until LXC 3.0 and then will be
removed.
Signed-off-by: 0x0916 <w@laoqinren.net>
2017-06-30 09:43:53 +08:00
0x0916
55c84efcba
confile: namespace lxc.signal keys
...
* rename lxc.haltsignal to lxc.signal.halt
* rename lxc.rebootsignal to lxc.signal.reboot
* rename lxc.stopsignal to lxc.signal.stop
the legacy keys will be kept around until LXC 3.0 and then will be
removed.
Signed-off-by: 0x0916 <w@laoqinren.net>
2017-06-30 09:41:25 +08:00
0x0916
46cc906dc0
confile: namespace lxc.log keys
...
* rename lxc.logfile to lxc.log.file
* renaem lxc.loglevel to lxc.log.level
* rename lxc.syslog to lxc.log.syslog
the legacy keys will be kept around until LXC 3.0 and then will be
removed.
Signed-off-by: 0x0916 <w@laoqinren.net>
2017-06-30 09:41:04 +08:00
0x0916
9dcf7b4d23
confile: namespace lxc.init keys
...
* rename lxc.init_cmd to lxc.init.cmd
* rename lxc.init_uid to lxc.init.uid
* rename lxc.init_gid to lxc.init.gid
the legacy keys will be kept around until LXC 3.0 and then will be
removed.
Signed-off-by: 0x0916 <w@laoqinren.net>
2017-06-29 22:14:46 +08:00
0x0916
7fa3f2e9eb
replace all lxc.network* with lxc.net*
...
This patch wipe all references to lxc.network{[i]}.*
and replace with lxc.net.{[i]}.* in templates, documentation
and configuration files.
Signed-off-by: 0x0916 <w@laoqinren.net>
2017-06-29 13:18:41 +08:00
Evgeni Golov
8b66257910
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>
2016-10-30 14:20:15 +01:00
Sungbae Yoo
15f919b9cc
doc: Add lxc.no_new_privs to Korean lxc.container.conf(5)
...
Update for commit 222ddc
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-09-20 18:10:33 +09:00
Sungbae Yoo
14acde79bb
doc: Add --rcfile to Korean common opts
...
Update for commit 71d74a8
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-08-18 16:50:15 +09:00
Sungbae Yoo
ef747fd885
doc: Update Korean lxc-attach(1)
...
* Update for commit 03b0398
* Fix mistranslation words
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-08-18 16:41:37 +09:00
Sungbae Yoo
df07390b0e
doc: Add documentation of lxc.syslog to Korean lxc.container.conf(5)
...
Update for commit 204dfdf
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-08-02 11:44:12 +09:00
Sungbae Yoo
a84c8ed150
doc: Update Korean lxc-copy(1) to include tmpfs option
...
Update for commit a361e56
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-07-20 18:00:26 +09:00
Stéphane Graber
3f3fd9e2ba
Fix typo found by lintian
...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2016-06-29 16:56:41 -04:00
Sungbae Yoo
f7fe38741d
doc: Add logging option to Korean lxc-attach(1)
...
Update for commit f43d63b
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-05-02 18:25:29 +09:00
Sungbae Yoo
780821f8f6
Add a document of lxc.rootfs.backend in Korean manpage
...
Update for commit f903986
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-04-04 11:26:19 +09:00
Evgeni Golov
e9555a6bc7
fix spelling mistakes spotted by Debian's lintian
...
Signed-off-by: Evgeni Golov <evgeni@debian.org>
2016-04-03 18:50:16 +02:00
Sungbae Yoo
b922759db9
doc: improve lxc-unshare(1)
...
Explain that the pipe symbol needs to be escaped for -s.
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-03-04 12:01:15 +09:00
Sungbae Yoo
aef119a3fa
doc: improve Korean lxc-attach(1)
...
Explain that the pipe symbol needs to be escaped for -e and -s.
Update for commit 759d521
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-03-04 11:55:03 +09:00
Sungbae Yoo
273b3837ce
doc: add copy hook explanation to Korean lxc-copy(1)
...
Update for commit cc0607a
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-03-04 11:28:27 +09:00
Sungbae Yoo
bcd7520a48
doc: Add the Korean description that automount is ignored when cgroup namespaces are supported.
...
Update for commit 4608594
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-02-26 20:02:38 +09:00
Sungbae Yoo
77fbb4d2d9
doc: Update Korean lxc-clone(1) and lxc-start-ephemeral(1)
...
Update for commit 2ae6732
.
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-02-26 20:02:38 +09:00
Sungbae Yoo
eae7ec6edc
doc: Update Korean lxc-attach(1)
...
Update for commit e986ea3
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-02-26 20:02:33 +09:00
Sungbae Yoo
1e4fe6112c
doc: Add the Korean description of cgns apparmor profile in lxc.container.conf
...
Update for commit 7a126ae
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-02-26 20:01:29 +09:00
Sungbae Yoo
a3e596c3a5
doc: Add LXC_CGNS_AWARE env to Korean lxc.container.conf(5)
...
Update for commit c4cafa0
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-02-26 19:58:56 +09:00
Christian Brauner
d0a6bd3940
configure.ac: add --enable-deprecated flag
...
- lxc-clone and lxc-start-ephemeral are marked deprecated. We add a
--enable-deprecated flag to configure.ac allowing us to enable these
deprecated executables
- update tests to use lxc-copy instead of lxc-clone
Signed-off-by: Christian Brauner <christian.brauner@mailbox.org>
2016-02-24 21:07:26 +01:00
Stéphane Graber
0fe2983a45
Fix typo in lxc manpage
...
Reported-by: lintian
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2016-02-19 23:37:07 -05:00
Stéphane Graber
129881b9d5
Fix doc build warnings
...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2016-02-16 01:16:33 -05:00
Stéphane Graber
94891ea3e4
Remove legacy versions of lxc-ls
...
lxc-ls nowadays is a C binary so there's no need to keep the python and
shell versions around anymore, remove them from the branch and cleanup
documentation and Makefiles.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2016-02-02 12:16:52 +01:00
Sungbae Yoo
83a6b14280
doc: update overlayfs and aufs in Japanese lxc.container.conf(5)
...
add the description of multiple lower layer.
Update for commit 280d237
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-02-01 20:52:41 +09:00
Sungbae Yoo
c988c6f689
doc: Add network clear option to Korean lxc.container.conf(5)
...
Update for commit 020104c
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-02-01 20:52:31 +09:00
Sungbae Yoo
8dd2c382e1
doc: add clear behaviour of list options to Korean lxc.container.conf(5)
...
Update for commit ff68914
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
2016-02-01 20:52:22 +09:00