Skip to content

wrestlingcarbonapple/dbash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Docker bash

Since i don't remember docker container id's that well, what shells are available, and i don't want to run a bunch of commands to get there i've created this simple script to get you quick and easy to the command line of any docker container.

Requirements

  • fzf (install with sudo apt install fzf or however your linux distro handles this)

Install

In most cases, installing would go like this:

git clone https://github.com/wrestlingcarbonapple/dbash.git
cd dbash
make install

Or if youre feeling adventurous you can run this one-liner...

sudo curl -fsSL https://raw.githubusercontent.com/wrestlingcarbonapple/dbash/refs/heads/main/dbash -o /usr/bin/dbash && sudo chmod +x /usr/bin/dbash

Run

Run dbash

image

Select the container you wish to connect to and press Enter. Then select your preferred shell and press Enter. If you have regrets, press ESC or power off your computer to exit.

About

Simple script for docker list and connect to shell

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors