nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
14 stars 5 forks source link

Update dev environment container volume mounts to support selinux #142

Open gsnider2195 opened 1 month ago

gsnider2195 commented 1 month ago

Add the :z flag to the volume mounts to support SELinux relabeling so that SELinux doesn't have to be disabled when developing nautobot apps

gsnider2195 commented 1 month ago

Do NOT use a capital "Z" if/when implementing this