1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-28 08:37:44 +02:00

docker-compose alias

This commit is contained in:
Matthias Kretschmann 2018-09-20 22:50:11 +02:00
parent 9356f3b268
commit 4ffea52d60
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -44,3 +44,6 @@ alias nyan="telnet nyancat.dakko.us"
# Virus scan with ClamAV
alias virusscan="clamscan -r --bell -i /"
# Docker & Docker Compose
alias dc="docker-compose"