Giter Club home page Giter Club logo

supdock-go's Introduction

Supdock

CircleCI

What's Up, Dock(er)? A slightly more visual way to interact with the docker daemon. Supdock is a wrapper for the docker command meaning you can still use all of the other docker commands without issues.

Why

Repetitive use of docker ps, docker logs, docker stats and docker exec -ti when troubleshooting complex container setups can get chaotic. Supdock aims to optimize and speed up your workflow using docker. Supdock also tries to expand on the basic docker commands adding custom commands for you to use.

Installation

Binary

Grab a binary from the releases page and move it into your desired bin (eg. /usr/local/bin) location.

Go

go get -u github.com/segersniels/supdock

If you don't want to use supdock and docker separately you can just set an alias.

alias docker="supdock"

Usage

NAME:
   supdock - What's Up Dock(er)?

USAGE:
   supdock [global options] command [command options] [arguments...]

VERSION:
   0.2.3

COMMANDS:
     logs     See the logs of a container
     restart  Restart a running container
     start    Start a stopped container
     stop     Stop a running container
     ssh      SSH into a container
     env      See the environment variables of a running container
     rm       Remove a container
     rmi      Remove an image
     history  See the history of an image
     stats    See the stats of a container
     inspect  Inspect a container
     prune    Remove stopped containers and dangling images. For more detailed usage refer to 'docker system prune -h'
     compose  Allows for dynamic docker-compose usage
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

Contributing

If you would like to see something added or you want to add something yourself feel free to create an issue or a pull request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.