Skip to content

Releases: crafttalk/ctcli

v8 Fix Non-Root containers behaviour

Choose a tag to compare

@dbarbashov dbarbashov released this 28 Jan 15:16
bcc28be

Fixed Non-Root containers not being able to start

v7 Exec command and logs enhancements

Choose a tag to compare

@dbarbashov dbarbashov released this 05 Jul 12:05

Changelog

Added exec command

This command may be used to execute any command inside a container. Usage:

ctcli exec <app> <command[s]>

Example:

ctcli exec busybox cat /etc/hosts

Added tail and follow to logs command

It is now possible to follow apps' logs:

ctcli logs -f busybox 

When executed with follow flag, timestamps are outputted.
It is also possible to specify how much of the last bytes would be outputted:

ctcli logs --tail 100 busybox

It is possible to combine these two options

Removed autostart when installing or upgrading release

Hosts file is now mounted from host machine by default

Enable runc-root isolation in ctcli dir

Choose a tag to compare

@dbarbashov dbarbashov released this 07 Jun 09:00
v6

Fix runc root not having enough priveleges

Implemented rollback and fixed upgrade + some QOL fixes

Choose a tag to compare

@dbarbashov dbarbashov released this 04 Jun 10:10
v5

WIP on rollback

Added logs command + fixes

Choose a tag to compare

@dbarbashov dbarbashov released this 18 May 09:13
v4

Up version

Implemented backups and runc segregation

Choose a tag to compare

@dbarbashov dbarbashov released this 17 May 09:34
v3

Implemented runc segregation + upped version

Added status and fixed start/stop. Added ability to specify what service to start/stop

Choose a tag to compare

@dbarbashov dbarbashov released this 12 May 10:06
v2

Up version

First release

First release Pre-release
Pre-release

Choose a tag to compare

@dbarbashov dbarbashov released this 12 May 08:19

Working commands

  • init
  • version
  • release-info
  • install
  • upgrade
  • delete
  • start
  • stop