Skip to content

Commit

Permalink
add docker run command to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lnnrtwttkhn committed Jun 22, 2021
1 parent 255b712 commit 9bec826
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ docker build -t lennartwittkuhn/talk-rdm:latest .
docker push lennartwittkuhn/talk-rdm:latest
```

```bash
docker run --rm -v $PWD:/home lennartwittkuhn/talk-rdm /bin/sh -c "cd /home; make all"
```

## License

[Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
Expand Down

0 comments on commit 9bec826

Please sign in to comment.