Skip to content

Releases: crafttalk/ctcli

v8 Fix Non-Root containers behaviour

28 Jan 15:16
bcc28be
Compare
Choose a tag to compare

Fixed Non-Root containers not being able to start

v7 Exec command and logs enhancements

05 Jul 12:05
Compare
Choose a tag to compare

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

07 Jun 09:00
Compare
Choose a tag to compare
v6

Fix runc root not having enough priveleges

Implemented rollback and fixed upgrade + some QOL fixes

04 Jun 10:10
Compare
Choose a tag to compare

Added logs command + fixes

18 May 09:13
Compare
Choose a tag to compare

Implemented backups and runc segregation

17 May 09:34
Compare
Choose a tag to compare
v3

Implemented runc segregation + upped version

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

12 May 10:06
Compare
Choose a tag to compare

First release

12 May 08:19
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Working commands

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