diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2018-06-06 14:36:08 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2018-06-07 20:55:55 +0200 |
commit | 2acef3b08a36328d00b8249f003bc7185ad1cb40 (patch) | |
tree | 8d50024e5674be84cc273831905d4b29ff55e2c4 /.github/ISSUE_TEMPLATE | |
parent | cd987ca9c3fdcdc0a896be86f3171caac2dc3c26 (diff) | |
download | ghdl-2acef3b08a36328d00b8249f003bc7185ad1cb40.tar.gz ghdl-2acef3b08a36328d00b8249f003bc7185ad1cb40.tar.bz2 ghdl-2acef3b08a36328d00b8249f003bc7185ad1cb40.zip |
add :z to the docker bind argument
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index eba6c98ad..1e5471e8c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -42,7 +42,7 @@ ghdl -a ent.vhd ghdl --elab-run ent #>> run.sh -docker run --rm -tv /$(pwd):/src -w //src ghdl/ghdl:buster-mcode sh -c ./sim.sh +docker run --rm -tv /$(pwd):/src:z -w //src ghdl/ghdl:buster-mcode sh -c ./sim.sh #>> end ``` |