1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-31 12:27:22 +02:00

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/
This commit is contained in:
Nicolas Epstein 2023-09-16 14:02:10 -04:00 committed by Fini
parent 7deaff60d0
commit 10a44e9be5

View File

@ -359,7 +359,7 @@ Patching the font of your own choosing:
* Use docker * 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: Full options: