From 9bec8268f0779f52e135344bb44744dd648cd76e Mon Sep 17 00:00:00 2001 From: Lennart Wittkuhn Date: Tue, 22 Jun 2021 13:07:15 +0200 Subject: [PATCH] add docker run command to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 68867bd..05fd6e2 100644 --- a/README.md +++ b/README.md @@ -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/)