nanobox-io / nanobox-docker-unfs

Unfs3 server docker image for nanobox
MIT License
3 stars 3 forks source link

Add symlink to user files for simplicity #14

Closed sanderson closed 7 years ago

sanderson commented 7 years ago

It would be really nice to add a symlink to /data/var/db/unfs in the root directory of storage components. This would simplify getting to them and having to document this path.

I'd suggest using /app as the symlink, just to follow the conventions used in code services.

Example:
scp local-file gonano@123.45.67.89:/app/network-dir/

vs

scp local-file gonano@123.45.67.89:/data/var/db/unfs/network-dir/

notxarb commented 7 years ago

This is being taken care of with pull request #17