Skip to content

Commit c24bbfd

Browse files
committed
Docker_Image: Add bash alias to docker docs
This bash alias shows how to use coala docker image as alias. Closes #358
1 parent e7a8c8e commit c24bbfd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Users/Docker_Image.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ on your code in the working directory, like this:
6262

6363
The coala Docker image does not support Python 2 analysis.
6464

65+
You can add coala as alias for docker image, like this:
66+
67+
::
68+
69+
alias coala="docker run -ti -v $(pwd):/app --workdir=/app coala/base coala"
70+
6571
coala on GitLab CI
6672
------------------
6773

0 commit comments

Comments
 (0)