Skip to content

Commit

Permalink
added an instruction to use the emdash docker image to README
Browse files Browse the repository at this point in the history
  • Loading branch information
asiripanich committed Nov 30, 2020
1 parent 9c2ed89 commit 0228d20
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@ install.packages("remotes")
remotes::install_github("asiripanich/emdash")
```

Alternatively, with Docker `docker pull amarins/emdash`.
Alternatively, with Docker CLI:

```
docker pull amarins/emdash
docker run -d -p 80:80 --name emdash amarins/emdash
```

After that, open your favourite browser and type `localhost` or `http://0.0.0.0:80` in the URL bar to see the dashboard.

## How to use the dashboard

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@ install.packages("remotes")
remotes::install_github("asiripanich/emdash")
```

Alternatively, with Docker `docker pull amarins/emdash`.
Alternatively, with Docker CLI:

docker pull amarins/emdash
docker run -d -p 80:80 --name emdash amarins/emdash

After that, open your favourite browser and type `localhost` or
`http://0.0.0.0:80` in the URL bar to see the dashboard.

## How to use the dashboard

Expand Down

0 comments on commit 0228d20

Please sign in to comment.