From 14aeb421d82d29bb02b0bcbdb190ea1672e28971 Mon Sep 17 00:00:00 2001 From: Pavel Shliak Date: Tue, 21 Jun 2022 16:32:51 +0300 Subject: [PATCH] Update README.md Modify the command to support selinux --- webview/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webview/README.md b/webview/README.md index 8831e057..f5bcd7d8 100644 --- a/webview/README.md +++ b/webview/README.md @@ -13,8 +13,8 @@ You should now be able to invoke a run executing the following command: ``` $ docker run --rm -t \ - -v ~/tmp/qt-src:/src \ - -v ~/tmp/qt-build:/build \ + -v ~/tmp/qt-src:/src:Z \ + -v ~/tmp/qt-build:/build:Z \ -v $(pwd):/webview:ro \ qt-builder ```