We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39b789 commit 02be7cbCopy full SHA for 02be7cb
1 file changed
.bashrc
@@ -272,6 +272,12 @@ dlog() {
272
docker logs -f ${cid}
273
}
274
275
+deadbash() {
276
+ local iid=`docker images | grep $1 | awk '{print $3}'`
277
+ echo "docker run -it ${iid} /bin/bash"
278
+ docker run -it ${iid} /bin/bash
279
+}
280
+
281
alias here='open .'
282
283
# ln -s /Applications/MacVim.app/Contents/bin/mvim /usr/local/bin/mvim
0 commit comments