Skip to content

Commit

Permalink
add tag to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thund3rPat committed Nov 23, 2020
1 parent 81e7cb9 commit d57333b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -11,7 +11,7 @@
# $ sudo docker build -t avet:v0.1 .
#
# To start this:
# $ sudo docker run -it --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" -v $(pwd):/tools/avet/output avet /bin/bash
# $ sudo docker run -it --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" -v $(pwd):/tools/avet/output avet:v0.1 /bin/bash
# (alias this)
#
# This mounts the Current Working directory as a Docker Volume and attach it to /avet/output.
Expand Down

0 comments on commit d57333b

Please sign in to comment.