Releases: crafttalk/ctcli
Releases · crafttalk/ctcli
v8 Fix Non-Root containers behaviour
Fixed Non-Root containers not being able to start
v7 Exec command and logs enhancements
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
v6 Fix runc root not having enough priveleges
Implemented rollback and fixed upgrade + some QOL fixes
v5 WIP on rollback
Added logs command + fixes
v4 Up version
Implemented backups and runc segregation
v3 Implemented runc segregation + upped version
Added status and fixed start/stop. Added ability to specify what service to start/stop
Pre-release
v2 Up version
First release
Working commands
- init
- version
- release-info
- install
- upgrade
- delete
- start
- stop