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