This commit is contained in:
Frank Villaro-Dixon 2016-08-17 21:11:52 +02:00
parent c102d5ef24
commit 26c2c6c217

View file

@ -589,7 +589,7 @@ function cttc
function dockat
{
docker attach -ti $1 bash
docker exec -ti $1 bash
}
# }}}