PaloAltoNetworks / panhandler

Panhandler is a tool to manage config snippets and Skillets for PAN-OS devices
Apache License 2.0
41 stars 19 forks source link

docker gid mapping can fail in some cases #162

Closed nembery closed 4 years ago

nembery commented 4 years ago

need to rework Dockerfile and create_docker_groups tool to ensure we always add the cnc_user to the correct groups. Preferably this happens as part of the 'cmd' or 'entrypoint' script so a restart isn't required

nembery commented 4 years ago

re-worked create_docker_group script and Dockerfile