Add docker layer dive function

legacy
Simon Bruder 2020-01-03 00:27:34 +00:00
parent 849bba82e6
commit 029f7a2af7
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 8 additions and 0 deletions

View File

@ -72,3 +72,11 @@ function waifu2x() {
function waifu2x-photo() {
waifu2x --model-dir /usr/local/share/waifu2x-converter-cpp-photo $@
}
function dive() {
docker run \
--rm \
-it \
-v /var/run/docker.sock:/var/run/docker.sock \
wagoodman/dive
}