This is a little script for easy accessing your docker containers via shell.
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
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%