mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
Rootful Docker recreates volume mount points as root on start, preventing the GNS3 process from writing files into node directories while the container is running. self._fix_permissions() would resolve this but is currently only called at container stop time.