Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-05-10 | Correcting bind-ro option handling to actually work. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-05-09 | Updating list of excluded directory names in container list command. | Daniel Baumann | 1 | -1/+1 | |
* dropping .container-tools and container-tools, on shared storage we recommend to use the following scheme: - /srv/container - /srv/container/config - /srv/container/debconfig - /srv/container/system - /srv/container/data whereas the following symlinks are in place: - /var/lib/machines -> /srv/container/system - /etc/container-tools/config -> /srv/container/config - /etc/container-tools/debconfig -> /srv/container/debconf ...and /srv/container being the mountpoint of the shared storage. * dropping .snap (Ceph) and .snapshot (NetApp), not needed anymore. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-05-09 | Adding missing bind-ro handling in container create command, thanks to Simon ↵ | Daniel Baumann | 1 | -0/+1 | |
Spöhel <simon.spoehel@open-infrastructure.net>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-04-03 | Adding support for bind-ro nspawn option for read-only bind mounts. | Daniel Baumann | 5 | -7/+103 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-01-04 | Adding -f, --force option in container auto command. | Daniel Baumann | 1 | -4/+17 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-01-04 | Updating year in copyright information for 2017. | Daniel Baumann | 12 | -12/+12 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-20 | Handling unreadable container directory properly in container list command. | Daniel Baumann | 1 | -1/+4 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-13 | Fixing suffix in nwdiag output in container list command. | Daniel Baumann | 1 | -0/+9 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Enabling pre and post hooks in container commands. | Daniel Baumann | 13 | -0/+254 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Adding XML export format to container list command. | Daniel Baumann | 1 | -0/+33 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Adding YAML export format to container list command. | Daniel Baumann | 1 | -0/+24 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Adding nwdiag export format to container list command. | Daniel Baumann | 1 | -2/+85 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Adding JSON export format to container list command. | Daniel Baumann | 1 | -0/+36 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Adding CSV export format to container list command. | Daniel Baumann | 1 | -2/+24 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Removing half-finished multi-address handling in container list command. | Daniel Baumann | 1 | -20/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Renaming short format in container list command to shell for consistency. | Daniel Baumann | 1 | -7/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Renaming full format in container list command to cli for consistency. | Daniel Baumann | 1 | -4/+4 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Sorting format code in container list command. | Daniel Baumann | 1 | -4/+4 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Adding trailing line in full format for container list command. | Daniel Baumann | 1 | -0/+13 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Renaming internal show function in container list command for consistency. | Daniel Baumann | 1 | -23/+23 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Completing usage message in container list command. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Tidying container move comments. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Tidying container move interactive question. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Renaming container rename command to move for consistency. | Daniel Baumann | 1 | -0/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-25 | Renaming too generic internal getopt variables to avoid possible collisions ↵ | Daniel Baumann | 12 | -36/+36 | |
in the future. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-12 | Fail to find container in remove command only when both the rootfs and the ↵ | Daniel Baumann | 1 | -1/+1 | |
config are gone already. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-12 | Using fallback to ifupdown addresses in container list command for container ↵ | Daniel Baumann | 1 | -0/+3 | |
not using networkd yet. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-12 | Avoid repeating ipv4 address of the previous container in container list ↵ | Daniel Baumann | 1 | -0/+2 | |
command. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-06 | Updating container list command to use systemd-networkd config instead of ↵ | Daniel Baumann | 1 | -2/+2 | |
ifupdown. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-06 | Readding container enter command. | Daniel Baumann | 1 | -0/+102 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-06 | Readding container limit command. | Daniel Baumann | 1 | -0/+186 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-06 | Readding -f|--force option in container stop command. | Daniel Baumann | 1 | -3/+17 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-06 | Readding container rename command. | Daniel Baumann | 1 | -0/+162 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-10-25 | Removing container rename command for LTS version. | Daniel Baumann | 1 | -162/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-10-25 | Removing -f|--force option in container stop command for LTS version. | Daniel Baumann | 1 | -17/+3 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-10-25 | Removing container limit command for LTS version. | Daniel Baumann | 1 | -186/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-10-25 | Removing container enter command for LTS version. | Daniel Baumann | 1 | -102/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding -v, --verbose option to container remove command. | Daniel Baumann | 1 | -5/+20 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding support for user namespace. | Daniel Baumann | 2 | -0/+13 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Sorting container configuration file. | Daniel Baumann | 2 | -13/+13 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Calling container-nsenter program from container enter command. | Daniel Baumann | 1 | -3/+9 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding -f, --force option to container start command to remove stray lock files. | Daniel Baumann | 1 | -5/+18 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding error message in container start command if container is locked. | Daniel Baumann | 1 | -0/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding host system based overlay mounts. | Daniel Baumann | 3 | -2/+75 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Changing container-status command to always show full output. | Simon Spöhel | 1 | -1/+1 | |
Signed-off-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Dropping lxc ignore in container list command. | Daniel Baumann | 1 | -6/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Adding container-status command. | Simon Spöhel | 1 | -0/+82 | |
Signed-off-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Using global path definition in container version command for consistency. | Daniel Baumann | 1 | -1/+3 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Using global path definition in container create command for consistency. | Daniel Baumann | 1 | -5/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Correcting bind mount directory removal in container remove command to work ↵ | Daniel Baumann | 1 | -4/+10 | |
with multiple directories at once. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |