rename dockerbash to dockersh

This commit is contained in:
2016-04-14 21:37:38 +02:00
parent 6318a6908b
commit 58cd1c5107

View File

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