Skip to content
/ dbash Public

A script for easy access to your docker container via bash

License

Notifications You must be signed in to change notification settings

Nasty/dbash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

dbash

This is a little script for easy accessing your docker containers via shell.

Install

git clone https://github.com/Nasty/dbash.git /tmp/dbash
cd /tmp/dbash
cp dbash /usr/local/bin/dbash
chmod +x /usr/local/bin/dbash

How to use

For a list of your started containers. If there is only one docker container running, access instantly.

dbash  

To update this script (download from github)
dbash update

Accessing a specific container with the given id.
dbash %CONTAINER ID%

About

A script for easy access to your docker container via bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages