Skip to content

Commit 68196b6

Browse files
committed
dive
1 parent aba701c commit 68196b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bin/dive

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
docker run --rm -it \
3+
-v "${DOCKER_HOST:-/var/run/docker.sock}":/var/run/docker.sock \
4+
-v "$(pwd)":"$(pwd)" \
5+
-w "$(pwd)" \
6+
-v "$HOME/.dive.yaml":"$HOME/.dive.yaml" \
7+
wagoodman/dive:latest build -t <some-tag> .

0 commit comments

Comments
 (0)