- 10 Nov, 2017 4 commits
-
-
Stéphane Graber authored
attach: allow attach with empty conf
-
Stéphane Graber authored
lxc-oci: correctly handle --url
-
Felix Abecassis authored
Fix: #1898 Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Christian Brauner authored
First tools/ refactor for review
-
- 09 Nov, 2017 2 commits
-
-
Austin Reichert authored
Signed-off-by:Austin Reichert <austinskyreichert@utexas.edu>
-
Christian Brauner authored
lxc-test-unpriv: fix the overlayfs mount error
-
- 08 Nov, 2017 3 commits
-
-
Serge Hallyn authored
API: add console ringbuffer extension
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Po-Hsu Lin authored
This patch fixes the missing workdir issue for the overlayfs mount command in the lxc-test-unpriv test. Bug link: https://bugs.launchpad.net/bugs/1730915Signed-off-by:
Po-Hsu Lin <po-hsu.lin@canonical.com>
-
- 07 Nov, 2017 3 commits
-
-
Serge Hallyn authored
cgroups/cgfsng: fixes, features, and improved cgroup2 handling
-
Serge Hallyn authored
storage: switch to ext4 as default fs
-
Serge Hallyn authored
attach: handle namespace inheritance
-
- 06 Nov, 2017 25 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
If a console log file was specified this flag indicates whether the contents of the ringbuffer should be written to the logfile when a request is sent to the ringbuffer. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
When users request that the container keep a console ringbuffer we will not continously write to the on-disk logfile as mirroring the contents of the in-memory ringbuffer on-disk is costly and complicated. Instead, we dump the ringbuffer contents on-disk when the container stops or fails to start. This way users can still diagnose problems or retrieve the last contents of the ringbuffer on-disk. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
This makes the whole setup more flexible. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
commands: add LXC_CMD_CONSOLE_LOG Closes #1870. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
We want to be able to SIGKILL an Archlinux container. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
This fixes a bunch of bugs. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
We don't need to parse fuse.lxcfs entries. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
If we lack CAP_SYS_ADMIN this is really useful. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
We need to have lxc_attach() distinguish between a caller specifying specific namespaces to attach to and a caller not requesting specific namespaces. The latter is taken by lxc_attach() to mean that all namespaces will be attached. This also needs to include all inherited namespaces. Closes #1890. Closes #1897. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Closes #1899. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Closes #1899. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
start: only preserve CLONE_NEWCGROUP when supported
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
lxc/start.c: Fix legacy PR_{G,S}ET_NO_NEW_PRIVS handling -
Peter Korsgaard authored
The configure checks for these use AC_CHECK_DECLS, which define the symbol to 0 if not available - So adjust the code to match. From the autoconf manual: https://www.gnu.org/software/autoconf/manual/autoconf-2.65/html_node/Generic-Declarations.html) For each of the symbols (comma-separated list), define HAVE_DECL_symbol (in all capitals) to ‘1’ if symbol is declared, otherwise to ‘0’. Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- 05 Nov, 2017 1 commit
-
-
Serge Hallyn authored
confile: add lxc.namespace.<namespace-key> + add user namespace sharing + rework start logic
-
- 03 Nov, 2017 2 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-