Added a CrowdSec CLI alias for the docker container
This commit is contained in:
parent
5a58f2061e
commit
171a80fba8
1 changed files with 3 additions and 0 deletions
|
|
@ -3,3 +3,6 @@ alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
|
||||||
# Creating an alias to have git graph
|
# Creating an alias to have git graph
|
||||||
git config --global alias.graph 'log --oneline --graph'
|
git config --global alias.graph 'log --oneline --graph'
|
||||||
|
|
||||||
|
# CrowdSec CLI in Docker
|
||||||
|
alias cscli="docker exec -t crowdsec cscli"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue