-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Ramit Surana edited this page Jul 15, 2016
·
1 revision
Powerful CLI tool for Docker
- Go v1.6
- Docker v1.11 and above
$ go get -v github.com/ramitsurana/turbo
$ cd $GOPATH/src/github.com/ramitsurana/turbo
$ ./turbo
Turbo:
Powerful CLI Tool for Docker
Usage:
Turbo [command]
Available Commands:
backup backups all your docker stuff
clean cleans up all your docker images
clear wipes off all the stopped containers
kickstart <W.I.P.>Restarts all your containers quickly
monitor To monitor your containers
replica replicates your containers
search Search images from multiple registries
ship ships off all your docker images
version prints the current version number of turbo
Flags:
--config string config file (default is $HOME/.turbo.yaml)
-h, --help help for Turbo
-t, --toggle Help message for toggle
Use "Turbo [command] --help" for more information about a command.
Adding it to your path :
$ alias turbo="sudo '${GOPATH}/src/github.com/ramitsurana/turbo/turbo'"
Turbo is a cool new way to use docker in a fun and easy way.It uses docker commands in the backend.Built using Golang.This project is dedicated to docker users who would like to use docker in a more effective and faster way.
Backup | Clean | Version | Clean | Kickstart
Backups all your stuff so that you can have a copy in case anything goes wrong.
$turbo backup
Wipes of all your docker images from your system.
$turbo clean
Kills all of your stopped containers.
$turbo clear
Restarts all of your containers.
$turbo kickstart
Displays info about version of turbo.
$turbo version
Contributions can be made easily by making PR's and opening issues for submitting your ideas.Big Thank you to all the contributors !