Skip to content

The "Moby" repository is a command-line interface tool built using Bash and Fzf that allows users to perform basic operations on their Docker containers.

Notifications You must be signed in to change notification settings

BloodBoy21/moby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moby docker cli

This is repository for scripts that work with docker cli.

Usage

Moby 🐳

Command list for moby cli

  • -l - log container
  • -s - stop container
  • -r - restart container
  • -d - delete container
  • -b - attach container to bash

by default script will use -l option if no option is provided

Example:

moby -s #will stop container selected by fzf

Moby-compose 🐳🖥️

Command list for moby-compose cli

  • -u - up container
  • -d - down container
  • -b - attach container to bash

by default script will use -u option if no option is provided

Example:

moby-compose -d #will down docker-compose file selected by fzf

Installation

  git clone https://github.com/BloodBoy21/moby.git
  cd moby
  chmod +x install.sh
  ./install.sh

Note

  • If you want to use moby-compose you need to install docker-compose
  • If you want to use moby you need to install docker
  • Please use sudo if you are not root user
  • Install fzf to use moby cli

About

The "Moby" repository is a command-line interface tool built using Bash and Fzf that allows users to perform basic operations on their Docker containers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages