From 10a44e9be5fda5f01d49477a8f637c6d60b6f833 Mon Sep 17 00:00:00 2001 From: Nicolas Epstein <55964909+sqwxl@users.noreply.github.com> Date: Sat, 16 Sep 2023 14:02:10 -0400 Subject: [PATCH] Add ":Z" options to volume mounts Gives read-write access to the volumes. See https://web.archive.org/web/20190728100417/https://www.projectatomic.io/blog/2015/06/using-volumes-with-docker-can-cause-problems-with-selinux/ --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b261f67fc..33ad77a94 100644 --- a/readme.md +++ b/readme.md @@ -359,7 +359,7 @@ Patching the font of your own choosing: * Use docker ``` - docker run --rm -v /path/to/fonts:/in -v /path/for/output:/out nerdfonts/patcher [OPTIONS] + docker run --rm -v /path/to/fonts:/in:Z -v /path/for/output:/out:Z nerdfonts/patcher [OPTIONS] ``` Full options: