Skip to content

Commit 291aafb

Browse files
committed
Add Docker usage to README
1 parent b7d0d88 commit 291aafb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ This should be all that's needed to get going.
3030
# export PATH=$PATH:$GOBIN
3131
go get -v github.com/mikepea/go-jira-ui/jira-ui
3232

33+
### Dockerised use
34+
35+
```sh
36+
docker run --rm -it -v /path/to/.jira.d:/config pmjohann/go-jira-ui
37+
```
38+
3339
### Features
3440

3541
* Supply your own JQL queries to view

0 commit comments

Comments
 (0)