We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba701c commit 68196b6Copy full SHA for 68196b6
bin/dive
@@ -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