Skip to content
Ramit Surana edited this page Jul 15, 2016 · 1 revision

Welcome to the turbo wiki!

Turbo

Powerful CLI tool for Docker

codebeat badge Build Status Twitter URL Twitter Follow

turbo1

Getting Started

Prerequisites

  • Go v1.6
  • Docker v1.11 and above

Steps to follow

$ 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'"

About 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.

Commands

Backup | Clean | Version | Clean | Kickstart

Backup

Backups all your stuff so that you can have a copy in case anything goes wrong.

$turbo backup

Clean

Wipes of all your docker images from your system.

$turbo clean

Clear

Kills all of your stopped containers.

$turbo clear

Kickstart

Restarts all of your containers.

$turbo kickstart

Version

Displays info about version of turbo.

$turbo version

Demo

turbo

Contributing

Contributions can be made easily by making PR's and opening issues for submitting your ideas.Big Thank you to all the contributors !

License

Apache License 2.0