From 4aeabfbbeea958dc21b2107131f28f7f794929da Mon Sep 17 00:00:00 2001 From: Eragos Date: Thu, 14 Apr 2016 21:37:38 +0200 Subject: [PATCH] rename dockerbash to dockersh --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 1aaf2bd..e57055d 100644 --- a/functions +++ b/functions @@ -1,5 +1,5 @@ #Docker: bash into running Docker container -dockerbash() { +dockersh() { docker exec -it $1 bash }