Installing dbctl

dbctl is distributed as a single binary.

Install from source

go install github.com/mirzakhany/dbctl@latest

To run using docker

 docker run -lt --rm -v /var/run/docker.sock:/var/run/docker.sock  dbctl:latest /dbctl [options] [args]

Note: in none root installation of docker docker.sock is in $HOME/.docker/run/docker.sock

Downloads

Get pre-built binaries for latest version are availabe from releases pages