rename dockerbash to dockersh

This commit is contained in:
2016-04-14 21:37:38 +02:00
parent c3aee0351c
commit 4aeabfbbee

View File

@@ -1,5 +1,5 @@
#Docker: bash into running Docker container
dockerbash() {
dockersh() {
docker exec -it $1 bash
}