j-reher / bossdocker

Docker container to run BOSS in a development environment
GNU General Public License v3.0
0 stars 0 forks source link

Username as part of container and volume names #134

Closed j-reher closed 2 years ago

j-reher commented 2 years ago

Updeated the shell scripts to include -$(id -un) in the container and volume names to avoid issues with multiple users on the same machine.

Also see Issue #113.