When you create a new LXC in 16.04 with an ubuntu system you get an 16.04 with a default user named ubuntu.
When you add the line:
to lxc config the share is mounted with user:group ubuntu:ubuntu and not the propper owner.
Why?
When you add the line:
Code:
lxc.mount.entry = /path/to/share /relative/path/to/lxc/fs none bind 0 0
Why?