seed-labs / seed-emulator

A Python framework for creating emulation of the Internet.
GNU General Public License v3.0
208 stars 78 forks source link

Pki #229

Closed wonkr closed 6 months ago

wonkr commented 6 months ago

BuildtimeDocker had a issue when using shared folder. When they use shared folder, the shared folder is owned by an account from docker container. So the files are not accessible from the host user. To remedy this issue, used --user option to set uid and gid of host user.