]> git.parisson.com Git - yomguy-env.git/commitdiff
add docker
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 3 Oct 2014 09:23:33 +0000 (11:23 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 3 Oct 2014 09:23:33 +0000 (11:23 +0200)
.bash_aliases

index fd036da4336c318572efb5e6361fa961fe80442c..51040a603031fc507b2e8a284f1f8b95ee3dcc62 100644 (file)
@@ -66,3 +66,6 @@ alias rtags='ctags --exclude=*.js --exclude=example -Rf .tags'
 alias rpyc='find ./ -iname "*.pyc" -exec rm {} \;'
 
 alias ta='tmux attach'
+
+alias dk='sudo docker run -i -t'
+