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.
- fzf (install with
sudo apt install fzfor however your linux distro handles this)
In most cases, installing would go like this:
git clone https://github.com/wrestlingcarbonapple/dbash.git
cd dbash
make installOr 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/dbashRun dbash
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.
