correct c&p typo

This commit is contained in:
2016-11-05 02:10:55 +01:00
parent 0961fac73d
commit f7d258f819

View File

@@ -57,7 +57,7 @@ dockersh() {
docker exec -it $1 bash --rcfile /.docker.bashrc
}
#Docker: bash into running Docker container
#Docker: Show Docker container logging
dockerlog() {
docker logs -f $1
}