mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:26:40 +00:00
Add docker related shell customizations
This commit is contained in:
@@ -34,6 +34,7 @@ source "$DOTSHELL/nodejs.sh"
|
||||
source "$DOTSHELL/python.sh"
|
||||
source "$DOTSHELL/ruby.sh"
|
||||
source "$DOTSHELL/golang.sh"
|
||||
source "$DOTSHELL/docker.sh"
|
||||
source "$DOTSHELL/dokku.sh"
|
||||
source "$DOTSHELL/sbcl.sh"
|
||||
source "$DOTSHELL/amdsdk.sh"
|
||||
|
||||
9
shell/docker.sh
Normal file
9
shell/docker.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Docker Related
|
||||
#
|
||||
|
||||
alias d="docker"
|
||||
alias co="docker-compose"
|
||||
|
||||
alias redis-cli="docker run -it --net=host --rm redis redis-cli"
|
||||
alias mysql="docker run -it --net=host --rm mysql mysql"
|
||||
Reference in New Issue
Block a user