Virtualbox guest:
https://askubuntu.com/a/917163
Once restarted add user to group:
nano /etc/group :add user name to end of vboxsf line (last in file normally)
Fix inability to write symlinks:
| #!/bin/bash | |
| set -ue | |
| CONTAINER_ID=$1 | |
| # include the header first time | |
| docker stats --no-stream $CONTAINER_ID | |
| while true; do |
Virtualbox guest:
https://askubuntu.com/a/917163
Once restarted add user to group:
nano /etc/group :add user name to end of vboxsf line (last in file normally)
Fix inability to write symlinks: